8set duplicate block elements on
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
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
31create force on surface 1 force value 1 direction z
35#create pressure on surface 3 magnitude 1
36#create pressure on surface 5 magnitude -1
38#nodeset 6 name 'ZeroPressure'
40#!Add material name and description
41block 1 name "MAT_ELASTIC_TRANSISO_1"
42block 2 name "PotentialFlow"
44block 1 description 'Transverse Isotropic material properties'
45save as "/Users/likask/MyBuild/mofem-bitbucket/mofem/meshes/trans_isotropic_cube.cub" overwrite