thermophysicalFunction: Initial work to convert into Function1 and Function2
This commit is contained in:
@ -55,11 +55,6 @@ class ${typeName}Function1${TemplateType}
|
||||
:
|
||||
public FieldFunction1<${TemplateType}, ${typeName}Function1${TemplateType}>
|
||||
{
|
||||
// Private Member Functions
|
||||
|
||||
//- Write data to dictionary stream
|
||||
virtual void writeData(Ostream& os) const;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
@ -113,6 +108,9 @@ public:
|
||||
const scalar x2
|
||||
) const;
|
||||
|
||||
//- Write data to dictionary stream
|
||||
virtual void write(Ostream& os) const;
|
||||
|
||||
|
||||
// Member Operators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user