v0.14.0
force01.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 force on node 3 force value 10.55 moment value -0.5 direction ny ')
7 cubit.cmd('create force on node 5 vector 0 0 -10.33 0 0 0 ')
8 cubit.cmd('create force on node 1 moment value 50 direction z 1')