v0.14.0
interf01.jou
Go to the documentation of this file.
1 #!python
2 cubit.cmd('brick x 1 ')
3 cubit.cmd('move Volume 1 x 1 include_merged ')
4 cubit.cmd('brick x 1 ')
5 cubit.cmd('undo on')
6 cubit.cmd('set multisweep off')
7 cubit.cmd('set acisoption integer \'check_level\' 70')
8 cubit.cmd('set overlap max gap 0.0005')
9 cubit.cmd('imprint volume all')
10 cubit.cmd('merge volume all')
11 cubit.cmd('set overlap max gap 0.0005')
12 cubit.cmd('volume all scheme Tetmesh')
13 cubit.cmd('volume all size 1')
14 cubit.cmd('mesh volume all')
15 cubit.cmd('create cfd_bc interface on surface 4 ')