reactingTwoPhaseEulerFoam: Corrected handling of heat-transfer caused by mass-transfer
This commit is contained in:
@ -314,14 +314,6 @@ Foam::MovingPhaseModel<BasePhaseModel>::continuityError() const
|
||||
}
|
||||
|
||||
|
||||
template<class BasePhaseModel>
|
||||
Foam::volScalarField&
|
||||
Foam::MovingPhaseModel<BasePhaseModel>::continuityError()
|
||||
{
|
||||
return continuityError_;
|
||||
}
|
||||
|
||||
|
||||
template<class BasePhaseModel>
|
||||
Foam::tmp<Foam::surfaceScalarField>
|
||||
Foam::MovingPhaseModel<BasePhaseModel>::phi() const
|
||||
|
||||
@ -152,9 +152,6 @@ public:
|
||||
//- Constant access the continuity error
|
||||
virtual tmp<volScalarField> continuityError() const;
|
||||
|
||||
//- Access the continuity error
|
||||
virtual volScalarField& continuityError();
|
||||
|
||||
//- Constant access the volumetric flux
|
||||
virtual tmp<surfaceScalarField> phi() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user