multiphaseEulerFoam: mixerVessel2D: Made fully incompressible

This now serves as an example of a multiphaseEulerFoam case that
requires pressure referencing.
This commit is contained in:
Will Bainbridge
2021-03-16 17:49:37 +00:00
parent 762fb48ddf
commit 4865cd18c5
5 changed files with 13 additions and 12 deletions

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [1 -1 -2 0 0 0 0]; dimensions [1 -1 -2 0 0 0 0];
internalField uniform 1e5; internalField uniform 0;
boundaryField boundaryField
{ {

View File

@ -58,11 +58,10 @@ mercury
air air
{ {
type purePhaseModel; type purePhaseModel;
diameterModel isothermal; diameterModel constant;
isothermalCoeffs constantCoeffs
{ {
d0 1e-3; d 1e-3;
p0 1e5;
} }
residualAlpha 1e-3; residualAlpha 1e-3;

View File

@ -21,7 +21,7 @@ thermoType
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;
equationOfState perfectGas; equationOfState rhoConst;
specie specie; specie specie;
energy sensibleInternalEnergy; energy sensibleInternalEnergy;
} }
@ -32,6 +32,10 @@ mixture
{ {
molWeight 28.9; molWeight 28.9;
} }
equationOfState
{
rho 1.16;
}
thermodynamics thermodynamics
{ {
Cp 1007; Cp 1007;

View File

@ -21,7 +21,7 @@ thermoType
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo eConst; thermo eConst;
equationOfState rPolynomial; equationOfState rhoConst;
specie specie; specie specie;
energy sensibleInternalEnergy; energy sensibleInternalEnergy;
} }
@ -34,7 +34,7 @@ mixture
} }
equationOfState equationOfState
{ {
C (0.001278 -2.1055e-06 3.9689e-09 4.3772e-13 -2.0225e-16); rho 1000;
} }
thermodynamics thermodynamics
{ {

View File

@ -80,8 +80,6 @@ PIMPLE
nCorrectors 3; nCorrectors 3;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
pMin 1e4;
pRefCell 0; pRefCell 0;
pRefValue 0; pRefValue 0;
} }