thermophysicalFunction: Initial work to convert into Function1 and Function2

This commit is contained in:
Henry Weller
2020-12-03 19:22:50 +00:00
parent b07fbddf4f
commit a806e1bc6b
188 changed files with 1084 additions and 1145 deletions

View File

@ -62,17 +62,6 @@ extern "C"
}
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
void Foam::Function2s::${typeName}Function2${TemplateType}::writeData
(
Ostream& os
) const
{
NotImplemented;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::Function2s::${typeName}Function2${TemplateType}::
@ -124,4 +113,15 @@ Foam::Function2s::${typeName}Function2${TemplateType}::
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
void Foam::Function2s::${typeName}Function2${TemplateType}::write
(
Ostream& os
) const
{
NotImplemented;
}
// ************************************************************************* i/