Skip to content

Commit 4050fc9

Browse files
committed
corrections
1 parent 3e8975b commit 4050fc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RVE/PlaneOrtho1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Boundary conditions:
4545
* ux = 0 at x = 0 (symmetry boundary)
4646
* uy = 0 at y = 0 (symmetry boundary)
4747
* uz = 0 at z = 0 (symmetry boundary)
48-
* uz = ez/100*lz at z = lz (prescribed displacement)
48+
* uz = ez/100*lz at z = lz/2 (prescribed displacement)
4949
* ux all equal at x = lx (parallel to yz plane)
5050
* uy all equal at y = ly/2 (parallel to xz plane)
5151

@@ -77,11 +77,11 @@ First, let's verify the boundary conditions.
7777
<img src="dy.png" width="400" title="Displacement in y">
7878

7979

80-
80+
Now let's create a stress-strain curve and an expanded plot of the equivalent plastic strain.
8181
```
8282
> cgx -b post.fbd
8383
```
84-
This creates a stress-strain curve and an expanded plot of the equivalent plastic strain.
84+
8585

8686
<img src="exp.png" width="400" title="Equivalent plastic strain">
8787
<img src="pe.png" width="500" title="Local strain and global stress">

0 commit comments

Comments
 (0)