reactingEulerFoam/phaseModels: Added multi-component isothermal phase
This commit is contained in:
@ -165,6 +165,30 @@ namespace Foam
|
||||
multiComponentPhaseModel
|
||||
);
|
||||
|
||||
typedef
|
||||
IsothermalPhaseModel
|
||||
<
|
||||
MultiComponentPhaseModel
|
||||
<
|
||||
InertPhaseModel
|
||||
<
|
||||
MovingPhaseModel
|
||||
<
|
||||
ThermoPhaseModel<phaseModel, rhoReactionThermo>
|
||||
>
|
||||
>
|
||||
>
|
||||
>
|
||||
multiComponentIsothermalPhaseModel;
|
||||
|
||||
addNamedToRunTimeSelectionTable
|
||||
(
|
||||
phaseModel,
|
||||
multiComponentIsothermalPhaseModel,
|
||||
phaseSystem,
|
||||
multiComponentIsothermalPhaseModel
|
||||
);
|
||||
|
||||
typedef
|
||||
AnisothermalPhaseModel
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user