Skip to content

Commit ec36b6a

Browse files
committed
extend parametrisation
1 parent b349e06 commit ec36b6a

File tree

14 files changed

+41
-10
lines changed

14 files changed

+41
-10
lines changed

NonLinear/3PB/Biegung.inp

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ Nsupport,3
1515
*include, input=c1s.sur
1616
*include, input=c2a.sur
1717
*include, input=c2s.sur
18-
*material, name=alu
19-
*elastic
20-
72000,0.3
21-
*plastic
22-
160,0
23-
215,0.04
24-
500,0.3
18+
*include, input=alu.inc
2519
*material, name=steel
2620
*elastic
2721
210000,0.3
@@ -42,7 +36,7 @@ Sc2a,Sc2s
4236
*static
4337
0.01,1,0.00001,0.02
4438
*boundary
45-
Nload,3,3,-20
39+
*include, input=load.bou
4640
*node file
4741
U
4842
*el file

NonLinear/3PB/Biegung.png

1.15 KB
Loading

NonLinear/3PB/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Tested with CGX/CCX 2.11
55
+ Plasticity
66
+ Penalty contact
77
+ Symmetry reduction
8+
+ Parameters propagated to
89

910
File | Contents
1011
:------------- | :-------------
@@ -32,12 +33,18 @@ domain is reduced to a quarter due to symmetry.
3233
| `ro` | 20 | radius of the intenter in mm |
3334
| `ra` | 6 | outer fillet radius of the profile in mm |
3435
| `cs` | 10 | dimension of the contact region in mm |
36+
| `Emodul` | 70000 | Young's modulus of the profile in MPa |
37+
| `Re` | 160 | yield limit of the profile in MPa |
38+
| `disp` | 20 | displacement of the indenter in mm |
39+
3540

3641
You may adjust the parameter values in the file [par.pre.fbl](par.pre.fbl) and then run
3742
```
3843
> param.py par.pre.fbl
3944
> cgx -b pre.fbl
4045
```
46+
The
47+
4148
![3PB.png](3PB.png)
4249

4350
<img src="Refs/parts.png" width="400" title="Parts: Specimen, indenter and support">

NonLinear/3PB/Refs/PE.png

-64 Bytes
Loading

NonLinear/3PB/Refs/PEexpanded.png

-52 Bytes
Loading
-39 Bytes
Loading
-149 Bytes
Loading

NonLinear/3PB/Refs/df.png

6 Bytes
Loading

NonLinear/3PB/Refs/groups.png

0 Bytes
Loading

NonLinear/3PB/Refs/pairs.png

0 Bytes
Loading

0 commit comments

Comments
 (0)