multiphaseEulerFoam: mixerVessel2D: Made fully incompressible
This now serves as an example of a multiphaseEulerFoam case that requires pressure referencing.
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@ -34,7 +34,7 @@ water
|
|||||||
oil
|
oil
|
||||||
{
|
{
|
||||||
type purePhaseModel;
|
type purePhaseModel;
|
||||||
diameterModel constant;
|
diameterModel constant;
|
||||||
constantCoeffs
|
constantCoeffs
|
||||||
{
|
{
|
||||||
d 1e-3;
|
d 1e-3;
|
||||||
@ -46,7 +46,7 @@ oil
|
|||||||
mercury
|
mercury
|
||||||
{
|
{
|
||||||
type purePhaseModel;
|
type purePhaseModel;
|
||||||
diameterModel constant;
|
diameterModel constant;
|
||||||
constantCoeffs
|
constantCoeffs
|
||||||
{
|
{
|
||||||
d 1e-3;
|
d 1e-3;
|
||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@ -80,8 +80,6 @@ PIMPLE
|
|||||||
nCorrectors 3;
|
nCorrectors 3;
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
|
|
||||||
pMin 1e4;
|
|
||||||
|
|
||||||
pRefCell 0;
|
pRefCell 0;
|
||||||
pRefValue 0;
|
pRefValue 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user