![]() |
|
Public Member Functions | |
TypeName ("thermophysicalFunction") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, Istream,(Istream &is),(is)) | |
thermophysicalFunction () | |
Construct null. | |
virtual | ~thermophysicalFunction () |
virtual scalar | f (scalar p, scalar T) const =0 |
Evaluate the function and return the result. | |
virtual void | writeData (Ostream &os) const =0 |
Write the function coefficients. | |
Static Public Member Functions | |
autoPtr< thermophysicalFunction > | New (Istream &is) |
Return a pointer to a new thermophysicalFunction created from input. | |
Friends | |
Ostream & | operator<< (Ostream &os, const thermophysicalFunction &f) |
|
Construct null.
Definition at line 76 of file thermophysicalFunction.H. |
|
Definition at line 85 of file thermophysicalFunction.H. |
|
|
|
Evaluate the function and return the result.
Implemented in APIdiffCoefFunc, NSRDSfunc0, NSRDSfunc1, NSRDSfunc14, NSRDSfunc2, NSRDSfunc3, NSRDSfunc4, NSRDSfunc5, NSRDSfunc6, and NSRDSfunc7. |
|
Return a pointer to a new thermophysicalFunction created from input.
|
|
Runtime type information.
|
|
Write the function coefficients.
Implemented in APIdiffCoefFunc, NSRDSfunc0, NSRDSfunc1, NSRDSfunc14, NSRDSfunc2, NSRDSfunc3, NSRDSfunc4, NSRDSfunc5, NSRDSfunc6, and NSRDSfunc7. |
|
Definition at line 100 of file thermophysicalFunction.H. |