NSRDS function number 114. More...
Public Member Functions | |
TypeName ("NSRDSfunc14") | |
Runtime type information. More... | |
NSRDSfunc14 (const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d) | |
Construct from components. More... | |
NSRDSfunc14 (Istream &is) | |
Construct from Istream. More... | |
NSRDSfunc14 (const dictionary &dict) | |
Construct from dictionary. More... | |
scalar | f (scalar, scalar T) const |
Evaluate the function and return the result. More... | |
void | writeData (Ostream &os) const |
Write the function coefficients. More... | |
Public Member Functions inherited from thermophysicalFunction | |
TypeName ("thermophysicalFunction") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, Istream,(Istream &is),(is)) | |
declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, dictionary,(const dictionary &dict),(dict)) | |
thermophysicalFunction () | |
Construct null. More... | |
virtual | ~thermophysicalFunction () |
Destructor. More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const NSRDSfunc14 &f) |
Additional Inherited Members | |
Static Public Member Functions inherited from thermophysicalFunction | |
static autoPtr< thermophysicalFunction > | New (Istream &is) |
Return pointer to new thermophysicalFunction created from input. More... | |
static autoPtr< thermophysicalFunction > | New (const dictionary &dict) |
Return pointer to new thermophysicalFunction created from dict. More... | |
NSRDS function number 114.
NSRDS - AICHE Data Compilation Tables of Properties of Pure Compounds Design Institute for Physical Property Data American Institute of Chemical Engineers 345 East 47th Street New York, New York 10017 National Standard Reference Data System American Institute of Chemical Engineers T.E. Daubert - R.P. Danner Department of Chemical Engineering The Pennsylvania State University University Park, PA 16802
Definition at line 67 of file NSRDSfunc14.H.
NSRDSfunc14 | ( | const scalar | Tc, |
const scalar | a, | ||
const scalar | b, | ||
const scalar | c, | ||
const scalar | d | ||
) |
Construct from components.
Definition at line 46 of file NSRDSfunc14.C.
NSRDSfunc14 | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 62 of file NSRDSfunc14.C.
NSRDSfunc14 | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 72 of file NSRDSfunc14.C.
TypeName | ( | "NSRDSfunc14" | ) |
Runtime type information.
|
inlinevirtual |
Evaluate the function and return the result.
Implements thermophysicalFunction.
Definition at line 105 of file NSRDSfunc14.H.
References Foam::min().
Referenced by C2H6::Cp(), C7H16::Cp(), and C3H8::Cp().
|
inlinevirtual |
Write the function coefficients.
Implements thermophysicalFunction.
Definition at line 119 of file NSRDSfunc14.H.
References token::SPACE.
Referenced by C2H6::writeData(), C7H16::writeData(), and C3H8::writeData().
|
friend |
Definition at line 131 of file NSRDSfunc14.H.