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