File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
NonLinear/Sections/Plastic Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ File | Contents
1818 [ chart.fbl] ( chart.fbl ) | CGX script, chart generation
1919 [ Biegung.inp] ( Biegung.inp ) | CCX input
2020
21-
22-
2321## Pre-Processing
2422
2523The problem is parametrized using [ param.py] ( ../../../Scripts/param.py ) .
@@ -56,3 +54,11 @@ The plastic zone is marked using a two-step color scheme with the plastic proof
5654
5755<img src =" PE.gif " width =" 400 " title =" Plastic zone (plastic strain > 0.2%) " >
5856<img src =" SXX.gif " width =" 400 " title =" Bending stress " >
57+
58+ To create a force-displacement-plot, type
59+ ```
60+ > cgx -b -bg chart.fbl
61+ ```
62+ Note that this script does not yet account for changes in the input file (maximum displacement is hard-wired).
63+
64+ <img src =" df.png " title =" Force-displacement-plot " >
You can’t perform that action at this time.
0 commit comments