Skip to content

Commit 89b96cd

Browse files
committed
Readme corrected
1 parent c3dfeca commit 89b96cd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

NonLinear/Sections/Plastic/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2523
The 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">

0 commit comments

Comments
 (0)