multiphaseEulerFoam::kineticTheoryModels, phasePressureModel: now use the phase.alphaMax()
rather than read and use a potentially inconsistent local value for alphaMax.
This commit is contained in:
@ -28,7 +28,6 @@ RAS
|
||||
equilibrium off;
|
||||
|
||||
e 0.8;
|
||||
alphaMax 0.65;
|
||||
alphaMinFriction 0.5;
|
||||
residualAlpha 1e-6;
|
||||
|
||||
|
||||
@ -29,7 +29,8 @@ solids
|
||||
d 462e-6;
|
||||
}
|
||||
|
||||
residualAlpha 1e-5;
|
||||
alphaMax 0.65;
|
||||
residualAlpha 1e-5;
|
||||
}
|
||||
|
||||
gas
|
||||
|
||||
@ -28,7 +28,6 @@ RAS
|
||||
equilibrium off;
|
||||
|
||||
e 0.8;
|
||||
alphaMax 0.62;
|
||||
alphaMinFriction 0.5;
|
||||
residualAlpha 1e-4;
|
||||
|
||||
@ -52,7 +51,6 @@ RAS
|
||||
{
|
||||
preAlphaExp 500;
|
||||
expMax 1000;
|
||||
alphaMax 0.62;
|
||||
g0 1000;
|
||||
}
|
||||
}
|
||||
|
||||
@ -53,13 +53,7 @@ blending
|
||||
}
|
||||
|
||||
surfaceTension
|
||||
{
|
||||
air_particles
|
||||
{
|
||||
type constant;
|
||||
sigma 0;
|
||||
}
|
||||
}
|
||||
{}
|
||||
|
||||
interfaceCompression
|
||||
{}
|
||||
|
||||
@ -26,7 +26,6 @@ RAS
|
||||
{
|
||||
preAlphaExp 500;
|
||||
expMax 1000;
|
||||
alphaMax 0.62;
|
||||
g0 1000;
|
||||
}
|
||||
}
|
||||
|
||||
@ -66,6 +66,7 @@ particles
|
||||
);
|
||||
}
|
||||
|
||||
alphaMax 0.62;
|
||||
residualAlpha 1e-8;
|
||||
}
|
||||
|
||||
@ -176,4 +177,4 @@ turbulentDispersion
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -28,7 +28,6 @@ RAS
|
||||
equilibrium on;
|
||||
|
||||
e 0.8;
|
||||
alphaMax 0.62;
|
||||
alphaMinFriction 0.5;
|
||||
|
||||
granularViscosityModel Gidaspow;
|
||||
@ -51,7 +50,6 @@ RAS
|
||||
{
|
||||
preAlphaExp 500;
|
||||
expMax 1000;
|
||||
alphaMax 0.62;
|
||||
g0 1000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user