Skip to content
Snippets Groups Projects
Commit 2d9213f4 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

double extrude

parent 970f5898
No related branches found
No related tags found
No related merge requests found
...@@ -790,14 +790,14 @@ void Centerline::extrudeBoundaryLayerWall(GEdge* gin, std::vector<GEdge*> boundE ...@@ -790,14 +790,14 @@ void Centerline::extrudeBoundaryLayerWall(GEdge* gin, std::vector<GEdge*> boundE
//if double extruded layer //if double extruded layer
if (nbElemSecondLayer > 0){ if (nbElemSecondLayer > 0){
//std::vector<GEntity*> extrudedESec = current->extrudeBoundaryLayer std::vector<GEntity*> extrudedESec = current->extrudeBoundaryLayer
// (eFace, nbElemSecondLayer, hSecondLayer, dir, -5); (eFace, nbElemSecondLayer, hSecondLayer, dir, -5);
//GFace *eFaceSec = (GFace*) extrudedESec[0]; GFace *eFaceSec = (GFace*) extrudedESec[0];
//eFaceSec->addPhysicalEntity(9); //tag 9 eFaceSec->addPhysicalEntity(9); //tag 9
//current->setPhysicalName("outerSecondWall", 2, 9);//dim 2 tag 9 current->setPhysicalName("outerSecondWall", 2, 9);//dim 2 tag 9
//GRegion *eRegionSec = (GRegion*) extrudedESec[1]; GRegion *eRegionSec = (GRegion*) extrudedESec[1];
//eRegionSec->addPhysicalEntity(10); //tag 10 eRegionSec->addPhysicalEntity(10); //tag 10
//current->setPhysicalName("wallVolume", 3, 10);//dim 3 tag 10 current->setPhysicalName("wallVolume", 3, 10);//dim 3 tag 10
} }
for (unsigned int j = 2; j < extrudedE.size(); j++){ for (unsigned int j = 2; j < extrudedE.size(); j++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment