v0.15.4
Loading...
Searching...
No Matches
mandel.jou
Go to the documentation of this file.
1reset
2set duplicate block elements on
3
4#AREA
5create surface rectangle width 1 height 0.33
6
7#BOUNDARY CONDITIONS
8
9block 1 add curve 2
10block 1 name "FIX_X1"
11block 1 attribute count 1
12block 1 attribute index 1 0
13
14block 3 add curve 3
15block 3 name "FIX_Y1"
16block 3 attribute count 1
17block 3 attribute index 1 0
18
19block 4 add curve 1
20block 4 name "FIX_Y2"
21block 4 attribute count 1
22block 4 attribute index 1 0.08
23
24block 5 add curve 4
25block 5 name "PRESSURE"
26block 5 attribute count 1
27block 5 attribute index 1 0
28
29#MESHING
30surface all scheme Trimesh
31surface all size auto factor 8
32mesh surface all
33refine curve 1 numsplit 1 bias 2 depth 1 smooth
34
35#MATERIAL PARAMETERS
36block 6 add surface 1
37block 6 name "MAT_ELASTIC"
38block 6 attribute count 2
39block 6 attribute index 1 10000 name "Youngs Modulus"
40block 6 attribute index 2 0.2 name "Poisson ratio"
41
42block 7 add surface 1
43block 7 name "MAT_FLUID"
44block 7 attribute count 5
45block 7 attribute index 1 0.001 name "Conductivity"
46block 7 attribute index 2 1 name "Biot Constant"
47block 7 attribute index 3 0.1 name "Storage Constant"
48block 7 attribute index 4 0 name "Matrix Density"
49block 7 attribute index 5 0 name "Fluid Density"