diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/p b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/p index e044ce370d..5bf0100de7 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/p +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/p @@ -16,7 +16,7 @@ FoamFile dimensions [1 -1 -2 0 0 0 0]; -internalField uniform 1e5; +internalField uniform 0; boundaryField { diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/phaseProperties b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/phaseProperties index bdd02eea5e..ced79d8b63 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/phaseProperties +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/phaseProperties @@ -34,7 +34,7 @@ water oil { type purePhaseModel; - diameterModel constant; + diameterModel constant; constantCoeffs { d 1e-3; @@ -46,7 +46,7 @@ oil mercury { type purePhaseModel; - diameterModel constant; + diameterModel constant; constantCoeffs { d 1e-3; @@ -58,11 +58,10 @@ mercury air { type purePhaseModel; - diameterModel isothermal; - isothermalCoeffs + diameterModel constant; + constantCoeffs { - d0 1e-3; - p0 1e5; + d 1e-3; } residualAlpha 1e-3; diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.air b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.air index aca85e96f4..02dbd8644f 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.air +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.air @@ -21,7 +21,7 @@ thermoType mixture pureMixture; transport const; thermo hConst; - equationOfState perfectGas; + equationOfState rhoConst; specie specie; energy sensibleInternalEnergy; } @@ -32,6 +32,10 @@ mixture { molWeight 28.9; } + equationOfState + { + rho 1.16; + } thermodynamics { Cp 1007; diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.water b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.water index f745ebe9c5..47a8599387 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.water +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/constant/thermophysicalProperties.water @@ -21,7 +21,7 @@ thermoType mixture pureMixture; transport const; thermo eConst; - equationOfState rPolynomial; + equationOfState rhoConst; specie specie; energy sensibleInternalEnergy; } @@ -34,7 +34,7 @@ mixture } equationOfState { - C (0.001278 -2.1055e-06 3.9689e-09 4.3772e-13 -2.0225e-16); + rho 1000; } thermodynamics { diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution index 8d44492ab3..8e05038646 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution @@ -80,8 +80,6 @@ PIMPLE nCorrectors 3; nNonOrthogonalCorrectors 0; - pMin 1e4; - pRefCell 0; pRefValue 0; }