File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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+
2436You may adjust the parameter values in the file [ par.pre.fbl] ( par.pre.fbl ) and then run
2537```
2638> param.py par.pre.fbl
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments