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:
Henry Weller
2022-05-25 13:47:18 +01:00
parent 51307a5808
commit 6d3e31f8e0
13 changed files with 34 additions and 73 deletions

View File

@ -28,7 +28,6 @@ RAS
equilibrium off;
e 0.8;
alphaMax 0.65;
alphaMinFriction 0.5;
residualAlpha 1e-6;

View File

@ -29,7 +29,8 @@ solids
d 462e-6;
}
residualAlpha 1e-5;
alphaMax 0.65;
residualAlpha 1e-5;
}
gas

View File

@ -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;
}
}

View File

@ -53,13 +53,7 @@ blending
}
surfaceTension
{
air_particles
{
type constant;
sigma 0;
}
}
{}
interfaceCompression
{}

View File

@ -26,7 +26,6 @@ RAS
{
preAlphaExp 500;
expMax 1000;
alphaMax 0.62;
g0 1000;
}
}

View File

@ -66,6 +66,7 @@ particles
);
}
alphaMax 0.62;
residualAlpha 1e-8;
}
@ -176,4 +177,4 @@ turbulentDispersion
}
}
// ************************************************************************* //
// ************************************************************************* //

View File

@ -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;
}
}