Skip to content

Commit b349e06

Browse files
committed
add parameter table, correct typo
1 parent f84faec commit b349e06

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NonLinear/3PB/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ domain is reduced to a quarter due to symmetry.
2121

2222
## Pre-Processing
2323

24+
25+
| Parameter | Value | Meaning |
26+
| :------------- | :------------- | :------------- |
27+
| `th` | 4 | wall thickness in mm |
28+
| `wi` | 200 | width of the profile in mm|
29+
| `he` | 50 | height of the profile in mm |
30+
| `le` | 250 | half span of the supports in mm |
31+
| `l2` | 40 | extra length beyond the supports in mm |
32+
| `ro` | 20 | radius of the intenter in mm |
33+
| `ra` | 6 | outer fillet radius of the profile in mm |
34+
| `cs` | 10 | dimension of the contact region in mm |
35+
2436
You may adjust the parameter values in the file [par.pre.fbl](par.pre.fbl) and then run
2537
```
2638
> param.py par.pre.fbl

NonLinear/3PB/par.pre.fbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# <he=50>
44
# <le=250>
55
# <l2=40>
6-
# <lr=wi+2*th> lenthe of the indenter
6+
# <lr=wi+2*th> length of the indenter
77
# <ro=20> radius of the intenter
88
# <ra=6>
99
# <cs=10> width of contact region

0 commit comments

Comments
 (0)