v0.15.0
Loading...
Searching...
No Matches
trans_isotropic_cube.jou
Go to the documentation of this file.
1reset
2brick x 1 y 1 z 1
3
4volume 1 scheme Tetmesh
5volume all size 1
6
7mesh volume 1
8set duplicate block elements on
9block 1 volume 1
10
11#!Define block attributes
12block 1 attribute count 5
13#Young's modulus in xy plane (Ep)
14block 1 attribute index 1 1
15#Young's modulus in z-direction (Ez)
16block 1 attribute index 2 1
17#Poisson's ratio in xy plane (vp)
18block 1 attribute index 3 0.2
19#Poisson's ratio in z-direction (vpz)
20block 1 attribute index 4 0.15
21#Shear modulus in z-direction (Gzp)
22block 1 attribute index 5 1
23
24#!Displacement bcs
25create Displacement on surface 2 dof 3 fix 0
26create Displacement on curve 6 dof 2 fix 0
27create displacement on curve 6 dof 2 fix 0
28create displacement on vertex 7 dof 1 dof 2 dof 3 fix 0
29
30#!Force
31create force on surface 1 force value 1 direction z
32
33block 2 volume 1
34
35#create pressure on surface 3 magnitude 1
36#create pressure on surface 5 magnitude -1
37#nodeset 6 vertex 1
38#nodeset 6 name 'ZeroPressure'
39
40#!Add material name and description
41block 1 name "MAT_ELASTIC_TRANSISO_1"
42block 2 name "PotentialFlow"
43
44block 1 description 'Transverse Isotropic material properties'
45save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/trans_isotropic_cube.cub" overwrite
46
47
48
49