diff --git a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/0.orig/alpha.gas b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/0.orig/alpha.gas index 1602516b30..49837a67a6 100644 --- a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/0.orig/alpha.gas +++ b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/0.orig/alpha.gas @@ -29,7 +29,7 @@ boundaryField { type inletOutlet; inletValue uniform 1; - value uniform 0; + value uniform 1; } left diff --git a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.mercury b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.mercury index 722c21e8ee..3875ea01e1 100644 --- a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.mercury +++ b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.mercury @@ -20,7 +20,7 @@ thermoType mixture pureMixture; transport const; thermo hConst; - equationOfState rhoConst; + equationOfState icoTabulated; specie specie; energy sensibleEnthalpy; } @@ -34,7 +34,12 @@ mixture } equationOfState { - rho 13529; + rho + ( + (200 13525) + (350 13529) + (400 13520) + ); } thermodynamics { diff --git a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.oil b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.oil index 1ef771c995..44ee503ecf 100644 --- a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.oil +++ b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/thermophysicalProperties.oil @@ -20,7 +20,7 @@ thermoType mixture pureMixture; transport const; thermo hConst; - equationOfState rhoConst; + equationOfState icoTabulated; specie specie; energy sensibleEnthalpy; } @@ -34,7 +34,12 @@ mixture } equationOfState { - rho 500; + rho + ( + (200 1010) + (350 1000) + (400 980) + ); } thermodynamics { diff --git a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/turbulenceProperties b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/turbulenceProperties index a38f00d8e4..9ce2149ce9 100644 --- a/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/turbulenceProperties +++ b/tutorials/multiphase/icoReactingMultiPhaseInterFoam/inertMultiphaseMultiComponent/constant/turbulenceProperties @@ -17,12 +17,15 @@ FoamFile simulationType laminar; -RAS +laminar { - RASModel kEpsilon; + model generalizedNewtonian; - turbulence on; - printCoeffs on; + viscosityModel powerLaw; + nuMin 1e-06; + nuMax 1; + k 0.02; + n 0.4; } // ************************************************************************* //