v0.14.0
Loading...
Searching...
No Matches
comb01.jou
Go to the documentation of this file.
1#!python
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('create Displacement on node 1 dof all fix 0 ')
7cubit.cmd('create Acceleration on node 6 dof 1 fix -5 ')
8cubit.cmd('create force on node 4 force value 100 moment value 50 direction y ')
9cubit.cmd('create heatflux on surface 5 value 0.5 ')
10cubit.cmd('create pressure on surface 3 magnitude -100 ')
11cubit.cmd('create temperature on node 7 value 200')
12cubit.cmd('create Velocity on node 8 dof 3 fix 5.5 ')