reactingTwoPhaseEulerFoam: Generalize the handling of the dilatation rate
to support any number of phases
This commit is contained in:
@ -174,9 +174,6 @@ protected:
|
||||
//- Rate of change of pressure
|
||||
volScalarField dpdt_;
|
||||
|
||||
//- Dilatation
|
||||
volScalarField dgdt_;
|
||||
|
||||
//- Blending methods
|
||||
blendingMethodTable blendingMethods_;
|
||||
|
||||
@ -366,12 +363,6 @@ public:
|
||||
//- Access the rate of change of the pressure
|
||||
inline volScalarField& dpdt();
|
||||
|
||||
//- Constant access the dilatation parameter
|
||||
inline const volScalarField& dgdt() const;
|
||||
|
||||
//- Access the dilatation parameter
|
||||
inline volScalarField& dgdt();
|
||||
|
||||
//- Access a sub model between a phase pair
|
||||
template <class modelType>
|
||||
const modelType& lookupSubModel(const phasePair& key) const;
|
||||
|
||||
Reference in New Issue
Block a user