-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrans_freestream_options.json
More file actions
52 lines (52 loc) · 1.04 KB
/
rans_freestream_options.json
File metadata and controls
52 lines (52 loc) · 1.04 KB
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
{
"flow-param": {
"mach": 1.0,
"aoa": 0.3,
"roll-axis": 0,
"pitch-axis": 1,
"chi": 3.0,
"Re": 1000.0,
"Pr": 0.75,
"mu": 1.0,
"rans-mms": false,
"sa-consts": [0.1355, 0.622, 0.666666666666667, 0.41, 0.3, 2, 7.1, 1.2, 0.5, 10, 16, 0.7, 0.9],
"sa-srcs": [1.0, 1.0]
},
"space-dis": {
"degree": 1,
"lps-coeff": 1.0,
"basis-type": "csbp"
},
"time-dis": {
"steady": true,
"steady-abstol": 1e-12,
"steady-restol": 1e-10,
"const-cfl": true,
"ode-solver": "PTC",
"t-final": 100,
"dt": 1e6,
"cfl": 1.0
},
"nonlin-solver": {
"abstol": 1e-12,
"maxiter": 100,
"printlevel": 1,
"reltol": 1e-2,
"type": "newton"
},
"lin-solver": {
"reltol": 1e-2,
"abstol": 1e-12,
"printlevel": 0,
"maxiter": 100
},
"bcs": {
"far-field": [1, 1, 1, 1]
},
"wall-func": {
"type": "const",
"val": 1.0
},
"file-names": "rans_free",
"init-pert": 0.0
}