Skip to content
Snippets Groups Projects
Commit 8d906b36 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 24a49946
No related branches found
No related tags found
No related merge requests found
lc = .2;
Point(1) = {2.0,0.0,0.0,lc};
Point(2) = {2.0,1,0.0,lc};
Point(3) = {1,0,0.0,lc};
Point(4) = {3,0,0.0,lc};
Point(5) = {2,-1,0.0,lc};
Circle(1) = {4,1,2};
Circle(2) = {2,1,3};
Circle(3) = {3,1,5};
Circle(4) = {5,1,4};
Line Loop(5) = {4,1,2,3};
Plane Surface(6) = {5};
Extrude Surface{6, {0.0,1,0}, {0,0.0,0.0}, 3.14159/2}
{
Layers {{10,25,10},{11,22,11},{.1,.9,1.}} ;
} ;
Coherence;
Extrude Surface {6, {0,0.0,2}} ;
Surface Loop(51) = {6,37,41,45,49,50};
Complex Volume(52) = {51};
Extrude Surface {45, {0,2,0.0}}
{
Layers {{10,25,10},{111,222,111},{.1,.9,1.}};
} ;
Coherence;
......@@ -19,7 +19,7 @@ Line(8) = {9,8};
Line Loop(9) = {6,7,8,5};
Line Loop(10) = {4,1,2,3};
Plane Surface(11) = {9,10};
Extrude Surface (11, {0,0.0,2.0})
Extrude Surface {11, {0,0.0,2.0}}
{
Layers { {2,1,2} , {100,200,100} , {.05,.95,1.} } ;
};
......
File moved
Plane Surface(28) = {27};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment