v0.14.0
Loading...
Searching...
No Matches
mat_interf.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 ')
16
17#! Define MAT_INTERF block
18cubit.cmd('block 1 surface 4')
19cubit.cmd('block 1 name "MAT_INTERF_atom_test"')
20cubit.cmd('block 1 attribute index 1 0.555')