VoF tutorials: changed interfaceCompression to linear

This provided greater accuracy and stability while MULES guarantees boundedness
This commit is contained in:
Henry
2014-01-23 11:30:45 +00:00
parent bd9b99e707
commit a7ad50ce7d
24 changed files with 24 additions and 24 deletions

View File

@ -29,7 +29,7 @@ divSchemes
{
div(rhoPhi,U) Gauss limitedLinearV 1;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss interfaceCompression;
div(phirb,alpha) Gauss linear;
div((muEff*dev(T(grad(U))))) Gauss linear;
}