twoPhaseEulerFoam: added optional alphaMax to phaseModel for MULES limiter

This commit is contained in:
Henry
2014-03-07 21:54:35 +00:00
parent e43141e314
commit decd96411a
6 changed files with 21 additions and 5 deletions

View File

@ -24,6 +24,8 @@ particles
{
d 3e-4;
}
alphaMax 0.62;
}
air

View File

@ -24,6 +24,8 @@ particles
{
d 3e-4;
}
alphaMax 0.62;
}
air

View File

@ -32,6 +32,7 @@ FoamFile
walls
{
type wall;
inGroups 1(wall);
nFaces 400;
startFace 11830;
}