v0.14.0
comb01.jou
Go to the documentation of this file.
1 #!python
2 cubit.cmd('brick x 1 y 1 z 1')
3 cubit.cmd('volume 1 size 1')
4 cubit.cmd('volume 1 scheme Tetmesh')
5 cubit.cmd('mesh volume 1')
6 cubit.cmd('create Displacement on node 1 dof all fix 0 ')
7 cubit.cmd('create Acceleration on node 6 dof 1 fix -5 ')
8 cubit.cmd('create force on node 4 force value 100 moment value 50 direction y ')
9 cubit.cmd('create heatflux on surface 5 value 0.5 ')
10 cubit.cmd('create pressure on surface 3 magnitude -100 ')
11 cubit.cmd('create temperature on node 7 value 200')
12 cubit.cmd('create Velocity on node 8 dof 3 fix 5.5 ')