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

added screenshot1

parent e4ce8aff
No related branches found
No related tags found
No related merge requests found
Elasticity/screenshot1.png

497 KiB

Elasticity/screenshot1_512.png

101 KiB

......@@ -81,7 +81,7 @@ Function {
force_y[] = 0;
/* Components of the surface traction force applied to the region "Sur_Force_Mec" */
pressure_x[] = 0;
pressure_y[] = AppliedForce/(SurfaceArea[]*Thickness);
pressure_y[] = -AppliedForce/(SurfaceArea[]*Thickness); // downward vertical force
}
......@@ -343,7 +343,7 @@ PostOperation {
Echo[ StrCat["l=PostProcessing.NbViews-1; ",
"View[l].VectorType = 5; ",
"View[l].ExternalView = l; ",
"View[l].DisplacementFactor = 100; ",
"View[l].DisplacementFactor = 200; ",
"View[l-1].IntervalsType = 3; "
],
File "tmp.geo", LastTimeStepOnly] ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment