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(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
|
||||
div(phi,thermo:rho.water) Gauss linear;
|
||||
div(phi,thermo:rho.air) Gauss linear;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
|
||||
@ -21,7 +21,7 @@ solvers
|
||||
{
|
||||
nAlphaCorr 1;
|
||||
nAlphaSubCycles 3;
|
||||
cAlpha 1.5;
|
||||
cAlpha 1;
|
||||
}
|
||||
|
||||
".*(rho|rhoFinal)"
|
||||
|
||||
Reference in New Issue
Block a user