3.2. General User Guidance
3.2.1. Check List for Input Deck
; Duct
$innet
$end
; Main input
$xput
; Total physical time (s)
twfin = 10.0,
; Maximum number of cycles allowed in the calculation. Default value is 10.
maxcyc = 9999999,
; Gas species
mat = 'air',
; Initial conditions throughout domain
gasdef(1:14,1) = 1, 21, 1, 51, 1, 2, 1, 1.0e6, 300.0, 2, 0.0, 0.0, 'air', 1.0,
$end
; Mesh generation
$meshgn
iblock = 1,
nkx = 1,
xl(1) = 0.0, xc(1) = 0.0 , nxl(1) = 0, nxr(1) = 20, dxmn(1) = 9999.,
xl(2) = 100.0,
nky = 1,
yl(1) = 0.0, yc(1) = 0.0, nyl(1) = 0, nyr(1) = 50 , dymn(1) = 9999.,
yl(2) = 250.0,
nkz = 1,
zl(1) = 0.0, zc(1) = 0.0, nzl(1) = 0, nzr(1) = 1 , dzmn(1) = 9999.,
zl(2) = 5.0,
$end
; Graphical output
$grafic
; time interval for time history data to be written and plotted.
thdt = 0.1,
; define two points that would cover the entire physical x-y domain.
pnt(1:4,1) = 1, 1, 2, 1,
pnt(1:4,2) = 21, 51, 2, 1,
; velocity vector plot on plane defined by points 1 and 2.
v2d(1:3,1) = 1, 2, 1,
; temperature contour plot on plane defined by points 1 and 2.
c2d(1:4,1) = 1, 2, 'pn', 0,
c2d(1:4,2) = 1, 2, 'tk', 0,
$end
; heat transfer model input
$rheat
$end
; Lagrangian particle model input
$parts
$end
; Special model input for developers
$special
$end Quantity
CGS unit name
Unit symbol
Unit definition
In SI units
3.2.2. Always Start with a Simpler Problem
3.2.3. Unphysical Results or Extremely Small Time Step
3.2.4. Steady-state Calculation
Last updated