v0.14.0
inlet_outlet.jou
Go to the documentation of this file.
1 #!python
2 cubit.cmd('brick x 1 ')
3 cubit.cmd('volume 1 scheme Tetmesh')
4 cubit.cmd('volume 1 size 1')
5 cubit.cmd('mesh volume 1')
6 cubit.cmd('create cfd_bc pressureinlet on surface 5 ')
7 cubit.cmd('create cfd_bc pressureoutlet on surface 3 ')