NSRDS function number 101. More...
Public Member Functions | |
TypeName ("NSRDSfunc1") | |
Runtime type information. More... | |
NSRDSfunc1 (const scalar a, const scalar b, const scalar c, const scalar d, const scalar e) | |
Construct from components. More... | |
NSRDSfunc1 (Istream &is) | |
Construct from Istream. More... | |
NSRDSfunc1 (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 NSRDSfunc1 &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 101.
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 NSRDSfunc1.H.
NSRDSfunc1 | ( | const scalar | a, |
const scalar | b, | ||
const scalar | c, | ||
const scalar | d, | ||
const scalar | e | ||
) |
Construct from components.
Definition at line 41 of file NSRDSfunc1.C.
NSRDSfunc1 | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 57 of file NSRDSfunc1.C.
NSRDSfunc1 | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 67 of file NSRDSfunc1.C.
TypeName | ( | "NSRDSfunc1" | ) |
Runtime type information.
|
inlinevirtual |
Evaluate the function and return the result.
Implements thermophysicalFunction.
Definition at line 105 of file NSRDSfunc1.H.
References Foam::exp(), Foam::log(), and Foam::pow().
Referenced by iC3H8O::D(), nC3H8O::D(), iC3H8O::mu(), nC3H8O::mu(), C8H10::mu(), H2O::mu(), aC10H7CH3::mu(), Ar::mu(), C16H34::mu(), C6H6::mu(), C7H16::mu(), C10H22::mu(), C7H8::mu(), C2H5OH::mu(), C12H26::mu(), C2H6::mu(), C8H18::mu(), C9H20::mu(), C2H6O::mu(), CH3OH::mu(), CH4N2O::mu(), C3H6O::mu(), bC10H7CH3::mu(), C13H28::mu(), C3H8::mu(), IC8H18::mu(), C4H10O::mu(), MB::mu(), N2::mu(), C6H14::mu(), C14H30::mu(), IDEA::mu(), iC3H8O::pv(), nC3H8O::pv(), C8H10::pv(), H2O::pv(), bC10H7CH3::pv(), C9H20::pv(), N2::pv(), C2H6O::pv(), C3H6O::pv(), CH4N2O::pv(), C16H34::pv(), C3H8::pv(), C14H30::pv(), IC8H18::pv(), MB::pv(), CH3OH::pv(), C2H5OH::pv(), C6H6::pv(), C8H18::pv(), C7H16::pv(), C13H28::pv(), Ar::pv(), C6H14::pv(), C4H10O::pv(), C12H26::pv(), aC10H7CH3::pv(), C2H6::pv(), C10H22::pv(), C7H8::pv(), and IDEA::pv().
|
inlinevirtual |
Write the function coefficients.
Implements thermophysicalFunction.
Definition at line 111 of file NSRDSfunc1.H.
References token::SPACE.
Referenced by C8H10::writeData(), H2O::writeData(), iC3H8O::writeData(), nC3H8O::writeData(), aC10H7CH3::writeData(), IC8H18::writeData(), C13H28::writeData(), C3H6O::writeData(), CH4N2O::writeData(), CH3OH::writeData(), C9H20::writeData(), C8H18::writeData(), C2H5OH::writeData(), C7H8::writeData(), C7H16::writeData(), Ar::writeData(), C14H30::writeData(), C4H10O::writeData(), C3H8::writeData(), bC10H7CH3::writeData(), C2H6O::writeData(), C2H6::writeData(), C10H22::writeData(), C16H34::writeData(), N2::writeData(), C6H14::writeData(), C12H26::writeData(), C6H6::writeData(), MB::writeData(), and IDEA::writeData().
|
friend |
Definition at line 123 of file NSRDSfunc1.H.