reactingEulerFoam/phaseModels: Added multi-component isothermal phase

This commit is contained in:
Will Bainbridge
2018-09-24 11:24:25 +01:00
parent eaa089e38c
commit 2d3e7e9981

View File

@ -165,6 +165,30 @@ namespace Foam
multiComponentPhaseModel
);
typedef
IsothermalPhaseModel
<
MultiComponentPhaseModel
<
InertPhaseModel
<
MovingPhaseModel
<
ThermoPhaseModel<phaseModel, rhoReactionThermo>
>
>
>
>
multiComponentIsothermalPhaseModel;
addNamedToRunTimeSelectionTable
(
phaseModel,
multiComponentIsothermalPhaseModel,
phaseSystem,
multiComponentIsothermalPhaseModel
);
typedef
AnisothermalPhaseModel
<