Skip to content
Snippets Groups Projects
Commit 5a5c286a authored by sergio's avatar sergio
Browse files

ENH: Correcting fvSchemes/fvSolution for sloshingTank2D

parent ac20f63c
Branches
Tags
No related merge requests found
...@@ -36,6 +36,9 @@ divSchemes ...@@ -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 ...@@ -21,7 +21,7 @@ solvers
{ {
nAlphaCorr 1; nAlphaCorr 1;
nAlphaSubCycles 3; nAlphaSubCycles 3;
cAlpha 1.5; cAlpha 1;
} }
".*(rho|rhoFinal)" ".*(rho|rhoFinal)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment