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

improved GUI output of the model and added images for wiki

parent 7b2c9bfe
No related branches found
No related tags found
No related merge requests found
Electrostatic/microstrip.png

343 KiB

......@@ -231,18 +231,24 @@ PostProcessing {
}
}
e = 1.e-7; // parameter to ensure the cut is inside the simulation domain
e = 1.e-7; // tolerance to ensure that the cut is inside the simulation domain
h = 5.e-3; // vertical position of the cut
PostOperation {
{ Name Map; NameOfPostProcessing EleSta_v;
Operation {
Echo[ StrCat["l=PostProcessing.NbViews-1;",
"View[l].IntervalsType = 1;",
"View[l].NbIso = 40;"],
File "tmp.geo", LastTimeStepOnly] ;
Print [ v, OnElementsOf Dom_Hgrad_v_Ele, File "mStrip_v.pos" ];
Print [ e, OnElementsOf Dom_Hgrad_v_Ele, File "mStrip_e.pos" ];
Print [ e, OnLine {{e,h,0}{14.e-3,h,0}}{50}, File "Cut_e.pos" ];
}
}
{ 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}, File "Cut_e" ];
Print [ e, OnLine {{e,e,0}{10.e-3,e,0}} {500}, Format TimeTable, File "Cut_e.txt" ];
}
}
}
Electrostatic/microstrip_512.png

109 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment