From 2d3e7e9981283647558ca8e079a7b2d0e4be5ab2 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Mon, 24 Sep 2018 11:24:25 +0100 Subject: [PATCH] reactingEulerFoam/phaseModels: Added multi-component isothermal phase --- .../phaseModel/phaseModel/phaseModels.C | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModels.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModels.C index 2328abfacf..39c5ad7362 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModels.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/phaseModel/phaseModels.C @@ -165,6 +165,30 @@ namespace Foam multiComponentPhaseModel ); + typedef + IsothermalPhaseModel + < + MultiComponentPhaseModel + < + InertPhaseModel + < + MovingPhaseModel + < + ThermoPhaseModel + > + > + > + > + multiComponentIsothermalPhaseModel; + + addNamedToRunTimeSelectionTable + ( + phaseModel, + multiComponentIsothermalPhaseModel, + phaseSystem, + multiComponentIsothermalPhaseModel + ); + typedef AnisothermalPhaseModel <