v0.15.0
Loading...
Searching...
No Matches
finite_thermoelastic_2d_unconstrained.jou
Go to the documentation of this file.
1reset
2set duplicate block elements on
3
4create surface rectangle width 1 height 1 zplane
5move vol 1 x 0.5 y 0.5 z 0
6
7block 10 surface 1
8block 10 name "MAT_ELASTIC_STEEL" attribute count 2
9block 10 attribute index 1 200e3
10block 10 attribute index 2 0.3
11
12block 1 surface 1
13block 1 name "MAT_THERMAL_STEEL"
14block 1 attribute count 2
15block 1 attribute index 1 500 # heat conductivity
16block 1 attribute index 2 0 # heat capacity
17
18block 11 surface 1
19block 11 name "MAT_THERMOELASTIC_STEEL"
20block 11 attribute count 2
21block 11 attribute index 1 0 # reference temperature
22block 11 attribute index 2 0.1 # thermal expansion
23
24block 2 curve 1 2 3 4
25block 2 name "TEMPERATURE_1"
26block 2 attribute count 1
27block 2 attribute index 1 1 # temperature BC
28
29block 101 curve 3
30block 101 name "FIX_Y"
31block 101 attribute count 1
32block 101 attribute index 1 0
33
34block 102 curve 2
35block 102 name "FIX_X"
36block 102 attribute count 1
37block 102 attribute index 1 0
38
39surface all scheme map
40surface all size 0.25
41mesh surface all
42qtri surface all
43
44save as "$MOFEM_INSTALL_DIR/mofem-cephas/mofem/tutorials/adv-2/mesh_files/finite_strain_thermoelastic_2d_unconstrained.cub" overwrite
45
46
47