NSRDS function number 105. More...
Public Member Functions | |
TypeName ("NSRDSfunc5") | |
Runtime type information. More... | |
NSRDSfunc5 (const scalar a, const scalar b, const scalar c, const scalar d) | |
Construct from components. More... | |
NSRDSfunc5 (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, dictionary,(const dictionary &dict),(dict)) | |
thermophysicalFunction () | |
Construct null. More... | |
virtual | ~thermophysicalFunction () |
Destructor. More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const NSRDSfunc5 &f) |
Additional Inherited Members | |
Static Public Member Functions inherited from thermophysicalFunction | |
static autoPtr< thermophysicalFunction > | New (const dictionary &dict) |
Return pointer to new thermophysicalFunction created from dict. More... | |
NSRDS function number 105.
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 NSRDSfunc5.H.
NSRDSfunc5 | ( | const scalar | a, |
const scalar | b, | ||
const scalar | c, | ||
const scalar | d | ||
) |
Construct from components.
Definition at line 40 of file NSRDSfunc5.C.
NSRDSfunc5 | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 54 of file NSRDSfunc5.C.
TypeName | ( | "NSRDSfunc5" | ) |
Runtime type information.
|
inlinevirtual |
Evaluate the function and return the result.
Implements thermophysicalFunction.
Definition at line 101 of file NSRDSfunc5.H.
References Foam::pow().
Referenced by iC3H8O::rho(), nC3H8O::rho(), H2O::rho(), C8H10::rho(), N2::rho(), IC8H18::rho(), C3H6O::rho(), C2H6O::rho(), CH3OH::rho(), C9H20::rho(), C8H18::rho(), C2H5OH::rho(), C7H8::rho(), C7H16::rho(), Ar::rho(), C6H14::rho(), C14H30::rho(), C3H8::rho(), C13H28::rho(), C12H26::rho(), C2H6::rho(), C10H22::rho(), C16H34::rho(), C4H10O::rho(), bC10H7CH3::rho(), aC10H7CH3::rho(), C6H6::rho(), MB::rho(), and IDEA::rho().
|
inlinevirtual |
Write the function coefficients.
Implements thermophysicalFunction.
Definition at line 107 of file NSRDSfunc5.H.
References token::SPACE.
|
friend |
Definition at line 118 of file NSRDSfunc5.H.