forked from cselab/aphros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstd.conf
56 lines (48 loc) · 1.04 KB
/
std.conf
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
set int hypre_periodic_x 1
set int hypre_periodic_z 1
set string bc_path inline "
slipwall {
box 0 0 0 10
}
"
# time
set double tmax 20
set double dtmax 0.01
set double dt0 1e-3
# dump
set double dump_field_dt 0.01
set double dump_traj_dt 0.01
set string dumplist
set int dumppolymarch 1
set double dumppolymarch_fill 1
set int bcc_reflect 1
set double dump_trep_t0 0
set double dump_trep_dt 0.1
set int report_step_every 100
set int stat_step_every 10
set int enable_color 1
# initial volume fraction
set string init_vf list
# physical
set double extent 0.03
set double rho1 1000
set double rho2 30
set double mu1 2e-3
set double mu2 2e-5
set double sigma 18e-3
set vect gravity 0 -10 0
set int vfsmooth 2
set int bcc_clear 1
set int enable_bubgen 1
set double bubgen_t0 0.
set double bubgen_dt 0.05
set string bubgen_path bspawn.dat
# numerical
set string fluid_solver proj
set string advection_solver vofm
set int sharpen 1
set double cflst 0.5
set double filterth 0.5
set int linreport 0
set int hypre_symm_maxiter 100
set double hypre_symm_tol 1e-6