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

No commit message

No commit message
parent 042c4aa8
No related branches found
No related tags found
No related merge requests found
Mesh.CharacteristicLengthFactor=0.133;
Merge "PelvisARTHUR_CLASS.msh";
CreateTopology;
Surface Loop(1002)={2,3};
Volume(1003)={1002};
Compound Line(10)={4};
Compound Line(20)={5};
Compound Surface(200)={2};
Compound Surface(400)={3};
//Compound Volume(2000) = {1003};
...@@ -5,18 +5,22 @@ Merge "artery.stl"; ...@@ -5,18 +5,22 @@ Merge "artery.stl";
CreateTopology; CreateTopology;
//Create Inlet and outler surfaces Compound Line(10) = {1};
Line Loop(1) = {1}; Compound Line(20) = {2};
Line Loop(2) = {2}; Compound Line(30) = {3};
Line Loop(3) = {3}; Compound Surface(110)={1};
Plane Surface(10)={1};
Plane Surface(20)={2}; //Line Loop(11)={10};
Plane Surface(30)={3}; //Plane Surface(12)={10};
//Line Loop(21)={20};
//Plane Surface(22)={21};
//Line Loop(31)={30};
//Plane Surface(23)={3};
//Create a Volume defined by a surface loop //Create a Volume defined by a surface loop
Surface Loop(100)={1,10,20,30}; //Surface Loop(100)={1,10,20,30};
Volume(101)={100}; //Volume(101)={100};
//REMESHING THE INITIAL TRIANGULATION in 2D then 3D //REMESHING THE INITIAL TRIANGULATION in 2D then 3D
Compound Surface(110)={1} Boundary {{3},{1,2},{},{}};
Compound Volume(111)={101}; //Compound Volume(111)={101};
\ No newline at end of file \ No newline at end of file
Mesh.CharacteristicLengthFactor=0.133;
Merge "pelvisSMOOTH.stl";
CreateTopology;
Compound Surface(200)={1};
Surface Loop(1000)={200};
Volume(1001)={1000};
Physical Surface (100)={200};
File moved
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment