mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam: added optional alphaMax to phaseModel for MULES limiter
This commit is contained in:
@ -24,6 +24,8 @@ particles
|
||||
{
|
||||
d 3e-4;
|
||||
}
|
||||
|
||||
alphaMax 0.62;
|
||||
}
|
||||
|
||||
air
|
||||
|
||||
@ -24,6 +24,8 @@ particles
|
||||
{
|
||||
d 3e-4;
|
||||
}
|
||||
|
||||
alphaMax 0.62;
|
||||
}
|
||||
|
||||
air
|
||||
|
||||
@ -32,6 +32,7 @@ FoamFile
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
inGroups 1(wall);
|
||||
nFaces 400;
|
||||
startFace 11830;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user