Skip to content

Commit 05a773b

Browse files
committed
use *dsload for edge load application
1 parent e64e97c commit 05a773b

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Linear/L-Plate/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ Tested with CGX/CCX 2.11
1616
## Model Description
1717
The model is a flat L-shaped plate.
1818

19+
| Parameter | Value | Meaning |
20+
| :------------- | :------------- | :------------- |
21+
| `h` | 100 | edge length parameter in mm |
22+
| `p` | 1 | pressure in MPa |
23+
1924
<img src="mesh.png" width="400" title="mesh">
2025

2126
Boundary conditions
2227
+ UY=0, UZ=0 at the upper edge (red)
2328
+ UX=0, UZ=0 at the left edge (green)
2429
+ UZ=0 at the lower (blue) and right (magenta) edges
25-
+ Line load in y-direction (1 N/mm)
30+
+ Line load in y-direction (1 N/mm), applied as pressure to surface `Slower`
2631

2732
<img src="RFv.png" width="400" title="Reactions and loads">
2833
<img src="PS3.png" width="400" title="Minimum principal stress">

Linear/L-Plate/par.run.fbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ comp elower up
2929
# include element faces for surface definition (for *dsload)
3030
comp lower do
3131
send lower abq sur
32+
sys echo Slower,P, <p> > pressure.inc
3233
# left edge
3334
enq nodes left rec <-2*h> _ _ 0.01
3435
# right edge

Linear/L-Plate/solve.inp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Nright,3,3,0
2121
1
2222
*STEP
2323
*static
24-
***dsload
25-
**Slower,1.
26-
*dload
27-
Eelower,EDNOR2,1
24+
*dsload
25+
*include, input=pressure.inc
26+
***dload
27+
**Eelower,EDNOR2,1
2828
*NODE FILE
2929
U, RF
3030
*EL FILE
@@ -40,10 +40,10 @@ U
4040
*STEP
4141
*buckle
4242
3
43-
**dsload
44-
**Slower,1.
45-
*dload
46-
Eelower,EDNOR2,1
43+
*dsload
44+
*include, input=pressure.inc
45+
***dload
46+
**Eelower,EDNOR2,1
4747
*NODE FILE
4848
U
4949
*el file

0 commit comments

Comments
 (0)