v0.14.0
Loading...
Searching...
No Matches
temper01.jou
Go to the documentation of this file.
1#!python
2cubit.cmd('brick x 1 y 1 z 1')
3cubit.cmd('volume 1 size 1')
4cubit.cmd('volume 1 scheme Tetmesh')
5cubit.cmd('mesh volume 1')
6cubit.cmd('create temperature on node 3 value -25.5')
7cubit.cmd('create temperature on node 5 top 10 bottom 20 ')
8cubit.cmd('create temperature on node 4 middle 15 gradient 2 ')
9cubit.cmd('create temperature on node 1 middle -10 ')
10cubit.cmd('create temperature on node 6 gradient 1 ')
11