Abstract base class for thermo-physical functions. More...
Public Member Functions | |
TypeName ("thermophysicalFunction") | |
declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, Istream,(Istream &is),(is)) | |
declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, dictionary,(const dictionary &dict),(dict)) | |
thermophysicalFunction () | |
virtual | ~thermophysicalFunction ()=default |
virtual scalar | f (scalar p, scalar T) const =0 |
virtual void | writeData (Ostream &os) const =0 |
Static Public Member Functions | |
static autoPtr< thermophysicalFunction > | New (Istream &is) |
static autoPtr< thermophysicalFunction > | New (const dictionary &dict) |
Friends | |
Ostream & | operator<< (Ostream &os, const thermophysicalFunction &f) |
Abstract base class for thermo-physical functions.
Definition at line 47 of file thermophysicalFunction.H.
|
inline |
Definition at line 80 of file thermophysicalFunction.H.
|
virtualdefault |
TypeName | ( | "thermophysicalFunction" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
thermophysicalFunction | , | ||
Istream | , | ||
(Istream &is) | , | ||
(is) | |||
) |
declareRunTimeSelectionTable | ( | autoPtr | , |
thermophysicalFunction | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
static |
Definition at line 38 of file thermophysicalFunction.C.
References Foam::abort(), DebugInFunction, Foam::endl(), Foam::FatalError, and FatalErrorInLookup.
|
static |
Definition at line 63 of file thermophysicalFunction.C.
References Foam::abort(), DebugInFunction, dict, Foam::endl(), Foam::FatalIOError, and FatalIOErrorInLookup.
|
pure virtual |
Implemented in NSRDSfunc0, NSRDSfunc6, NSRDSfunc1, NSRDSfunc14, NSRDSfunc4, NSRDSfunc7, NSRDSfunc2, NSRDSfunc3, NSRDSfunc5, and APIdiffCoefFunc.
|
pure virtual |
Implemented in NSRDSfunc14, NSRDSfunc6, NSRDSfunc0, NSRDSfunc1, NSRDSfunc4, NSRDSfunc7, NSRDSfunc2, NSRDSfunc3, NSRDSfunc5, and APIdiffCoefFunc.
|
friend |
Definition at line 105 of file thermophysicalFunction.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.