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