INT: Additional integration updates/clean-up

This commit is contained in:
Andrew Heather
2018-05-14 13:21:22 +01:00
parent 2d238139b3
commit dcad66f7d3
32 changed files with 186 additions and 144 deletions

View File

@ -147,6 +147,13 @@ void Foam::twoPhaseMixtureEThermo::correct()
}
Foam::word Foam::twoPhaseMixtureEThermo::thermoName() const
{
NotImplemented;
return word::null;
}
Foam::tmp<Foam::volScalarField> Foam::twoPhaseMixtureEThermo::he
(
const volScalarField& p,

View File

@ -278,6 +278,9 @@ public:
//- Correct the thermo fields
virtual void correct();
//- Return the name of the thermo physics
virtual word thermoName() const;
//- Read properties
virtual bool read();