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
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)"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment