2cubit.cmd('brick x 1 y 1 z 1')
3cubit.cmd('volume 1 size 1')
4cubit.cmd('volume 1 scheme Tetmesh')
5cubit.cmd('mesh volume 1')
6cubit.cmd('set duplicate block elements off')
7cubit.cmd('block 1 volume 1 ')
8cubit.cmd('block 1 attribute count 2')
11cubit.cmd('block 1 attribute index 1 1')
13cubit.cmd('block 1 attribute index 2 0')
16cubit.cmd('create Displacement on surface 3 dof 2 fix ')
17cubit.cmd('create Displacement on node 4 dof 1 dof 3 fix ')
18cubit.cmd('create displacement on node 7 dof 1 dof 3 fix 0')
21cubit.cmd('create force on surface 5 force value 1 direction y ')