mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
INT: Additional integration updates/clean-up
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user