mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Correcting fvSchemes/fvSolution for sloshingTank2D
This commit is contained in:
@ -36,6 +36,9 @@ divSchemes
|
|||||||
div((phi+meshPhi),p) Gauss linear;
|
div((phi+meshPhi),p) Gauss linear;
|
||||||
|
|
||||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||||
|
|
||||||
|
div(phi,thermo:rho.water) Gauss linear;
|
||||||
|
div(phi,thermo:rho.air) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
|
|||||||
@ -21,7 +21,7 @@ solvers
|
|||||||
{
|
{
|
||||||
nAlphaCorr 1;
|
nAlphaCorr 1;
|
||||||
nAlphaSubCycles 3;
|
nAlphaSubCycles 3;
|
||||||
cAlpha 1.5;
|
cAlpha 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
".*(rho|rhoFinal)"
|
".*(rho|rhoFinal)"
|
||||||
|
|||||||
Reference in New Issue
Block a user