mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
MRG: Integrated Foundation code to commit 7d6845d
This commit is contained in:
@ -30,7 +30,6 @@ mixture // air at room temperature (293 K)
|
||||
{
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.9;
|
||||
}
|
||||
thermodynamics
|
||||
|
||||
@ -44,9 +44,9 @@ divSchemes
|
||||
div(phi,e) $turbulence;
|
||||
div(phi,h) $turbulence;
|
||||
div(phi,K) $turbulence;
|
||||
div(phi,Ekp) $turbulence;
|
||||
div(phi,Ekp) $turbulence;
|
||||
|
||||
div(phid,p) bounded Gauss upwind;
|
||||
div(phid,p) Gauss upwind;
|
||||
div((phi|interpolate(rho)),p) bounded Gauss upwind;
|
||||
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
|
||||
@ -43,8 +43,8 @@ SIMPLE
|
||||
}
|
||||
|
||||
nNonOrthogonalCorrectors 0;
|
||||
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.1;
|
||||
rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5;
|
||||
pMinFactor 0.1;
|
||||
pMaxFactor 1.5;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
@ -56,7 +56,7 @@ relaxationFactors
|
||||
}
|
||||
equations
|
||||
{
|
||||
U 0.7;
|
||||
U 0.7;
|
||||
"(e|h)" 0.7;
|
||||
"(k|epsilon|omega)" 0.7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user