Skip to content
Snippets Groups Projects
Commit fe63c318 authored by François Henrotte's avatar François Henrotte
Browse files

reorganized directories

parent c3252338
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -40,7 +40,7 @@ Line(11) = {5,7};
/* Definition of geometrical surfaces */
Line Loop(12) = {8,-2,-1,-7,9}; Plane Surface(13) = {12};
Line Loop(12) = {1, 2, -8, -9, 7}; Plane Surface(13) = {12};
Line Loop(14) = {10,-11,8,3,4,5}; Plane Surface(15) = {14};
/* Definition of Physical entities (surfaces, lines).
......@@ -50,9 +50,9 @@ Line Loop(14) = {10,-11,8,3,4,5}; Plane Surface(15) = {14};
For example, Region 111 is made of the triangle elements of the geometric surface 13,
whereas Region 121 is made of line elements of the geometric lines 9, 10 and 11. */
Physical Surface (101) = {15} ; /* Air */
Physical Surface (111) = {13} ; /* Diel1 */
Physical Surface ("Air", 101) = {15};
Physical Surface ("Dielectric", 111) = {13};
Physical Line (120) = {1} ; /* Ground */
Physical Line (121) = {9,10,11} ; /* Line */
Physical Line (130) = {2,3,4} ; /* SurfInf */
Physical Line ("Ground", 120) = {1} ;
Physical Line ("Electrode", 121) = {9,10,11} ;
Physical Line ("Surface infinity", 130) = {2,3,4} ;
File moved
......@@ -276,14 +276,14 @@ PostProcessing {
}
e = 1.e-7; // tolerance to ensure that the cut is inside the simulation domain
h = 5.e-3; // vertical position of the cut
h = 2.e-3; // vertical position of the cut
PostOperation {
{ Name Map; NameOfPostProcessing EleSta_v;
Operation {
Print [ v, OnElementsOf Dom_Hgrad_v_Ele, File "mStrip_v.pos" ];
Echo[ StrCat["l=PostProcessing.NbViews-1;",
"View[l].IntervalsType = 1;",
"View[l].IntervalsType = 3;",
"View[l].NbIso = 40;"],
File "tmp.geo", LastTimeStepOnly] ;
Print [ e, OnLine {{e,h,0}{14.e-3,h,0}}{60}, File "Cut_e.pos" ];
......@@ -292,7 +292,7 @@ PostOperation {
{ Name Cut; NameOfPostProcessing EleSta_v;
// same cut as above, with more points and exported in raw text format
Operation {
Print [ e, OnLine {{e,e,0}{10.e-3,e,0}} {500}, Format TimeTable, File "Cut_e.txt" ];
Print [ e, OnLine {{e,e,0}{14.e-3,e,0}} {500}, Format TimeTable, File "Cut_e.txt" ];
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment