-
Notifications
You must be signed in to change notification settings - Fork 1
/
RASProperties
94 lines (85 loc) · 2.6 KB
/
RASProperties
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASModel turbulentPotential;
turbulence on;
printCoeffs on;
turbulentPotentialCoeffs{
solveK true;
solveEps true;
solvePsi true;
solvePhi true;
solveNut true;
timeScaleEps epsilon;
prodType 2.0;
pMix 0.5;
cPrK 0.2;
cPrP 1.0;
eqnSigmaK false;
eqnSigmaEps false;
eqnSigmaPhi false;
eqnSigmaPsi false;
eqncEp1 true;
eqncEp2 false;
eqncMu false;
eqnEpsHat mod;
nutType phi;
sigmaKInit 1.0;
sigmaEpsInit 0.83;
sigmaEpsVisc 1.0;
sigmaPhiInit 0.42;
sigmaPsiInit 1.0;
psiNuFrac 1.0;
phiNuFrac 1.0;
phiV1 0.0;
cT 0.0;
cD1 1.0;
cD2 1.0;
cD3 0.15;
cD4 1.0;
cPphi 1.8;
cP1 1.83;
cP2 0.6;
cP3 0.12;
cP4 0.85714;
cEp1 1.44;
cEp2con 1.83;
cMu 0.21;
cPr 1.0;
cEhr 0.0019;
cVv1 0.0;
cTv1 0.0;
debugWrite false;
tslimiter false;
lslimiter false;
phiType none;
psiProd psi;
gT1 0.0;
gT2 0.0;
gT3 0.0;
cEhmP 0.79;
cEhmM 10.0;
cEhmPK 0.09;
cNF 3.0;
cPw 18;
nutRatMax 1e5;
}
boundaryCoeffs{
tslimiter false;
nutRatMax 1e5;
cMu 0.21;
betaK 0.09;
}
// ************************************************************************* //