MULES: Added support for predictor-corrector formulation to interFoam and LTSInterFoam

This commit is contained in:
Henry
2013-10-27 21:00:46 +00:00
parent 7c1bc90fc5
commit b994d6a11f
24 changed files with 847 additions and 621 deletions

View File

@ -32,7 +32,6 @@ divSchemes
div(phi,k) Gauss linearUpwind grad(k);
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss interfaceCompression;
UD Gauss upwind;
div((muEff*dev(T(grad(U))))) Gauss linear;
}