-
Notifications
You must be signed in to change notification settings - Fork 0
/
vortexsim.cfg
37 lines (33 loc) · 983 Bytes
/
vortexsim.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# simulator options
render 1
simulating 1
autoquit 0 # quit when not simulating
divhalt 0 # halt simulation upon divergence
fluid data/test/vortex.cfg
endt 10000.0 # end time / sim duration
maxit 4000 # max solver iterations
epsilon 1.0e-2 # solver target
dtmaxit 40 # max time-step iterations
residual 10.0e0 # solution residual
relaxm 1.0 # relax mass flow
gradit 2 # gradient iterations
transient 0 # transient term
convsch 0 # convection scheme
# IO options
file data/test/out.dat # input/output file
printitn 1 # print time-step iteration number
outputting 1 # writing to output file?
outputt 0 # outputting time data
outputf 1 # frequency of output (1/cycle)
inputf 1 # frequency of input (1/cycle)
inputram 0 # bytes to load into memory, 0 for direct file access
# rendering options
# f v t l w m
# 64 32 16 8 4 2
rmode 22
rz -40.0 # camera z
rs 5.0 # render scale
#bgcol 1.0 1.0 1.0
bgcol 0.1 0.1 0.1
vs 0.1 # velocity scale (m/s)
ps 10000.0 # pressure scale (Pa)