twoPhaseEulerFoam tutorials: updated for mass-conservative form

This commit is contained in:
Henry
2013-10-20 19:49:44 +01:00
parent 6a2d8b7e2f
commit fa7769c848
8 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@ divSchemes
"div\(alphaPhi.*,U.*\)" Gauss limitedLinearV 1;
"div\(phi.*,U.*\)" Gauss limitedLinearV 1;
"div\(phi.*,.*rho.*\)" Gauss linear;
"div\(alphaPhi.*,.*rho.*\)" Gauss linear;
"div\(alphaPhi.*,(h|e).*\)" Gauss limitedLinear 1;
"div\(alphaPhi.*,(K.*|p)\)" Gauss limitedLinear 1;