Formatting
This commit is contained in:
parent
cc1551eff5
commit
333f677cb5
1 changed files with 5 additions and 1 deletions
|
@ -96,7 +96,11 @@ void Foam::hPsiThermo<MixtureType>::calculate()
|
|||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
template<class MixtureType>
|
||||
Foam::hPsiThermo<MixtureType>::hPsiThermo(const fvMesh& mesh, const objectRegistry& obj)
|
||||
Foam::hPsiThermo<MixtureType>::hPsiThermo
|
||||
(
|
||||
const fvMesh& mesh,
|
||||
const objectRegistry& obj
|
||||
)
|
||||
:
|
||||
basicPsiThermo(mesh, obj),
|
||||
MixtureType(*this, mesh, obj),
|
||||
|
|
Reference in a new issue