NSRDS function number 114. More...
#include <thermophysicalFunctions/NSRDSfunc14.H>
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 68 of file NSRDSfunc14.H.
Public Member Functions | |
TypeName ("NSRDSfunc14") | |
Runtime type information. | |
NSRDSfunc14 (scalar Tc, scalar a, scalar b, scalar c, scalar d) | |
Construct from components. | |
NSRDSfunc14 (Istream &is) | |
Construct from Istream. | |
scalar | f (scalar, scalar T) const |
Evaluate the function and return the result. | |
void | writeData (Ostream &os) const |
Write the function coefficients. | |
![]() | |
TypeName ("thermophysicalFunction") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, Istream,(Istream &is),(is)) | |
thermophysicalFunction () | |
Construct null. | |
virtual | ~thermophysicalFunction () |
Friends | |
Ostream & | operator<< (Ostream &os, const NSRDSfunc14 &f) |
Additional Inherited Members | |
![]() | |
static autoPtr < thermophysicalFunction > | New (Istream &is) |
Return a pointer to a new thermophysicalFunction created from input. |
|
inline |
Construct from components.
Definition at line 87 of file NSRDSfunc14.H.
|
inline |
Construct from Istream.
Definition at line 97 of file NSRDSfunc14.H.
TypeName | ( | "NSRDSfunc14" | ) |
Runtime type information.
|
inlinevirtual |
Evaluate the function and return the result.
Implements thermophysicalFunction.
Definition at line 110 of file NSRDSfunc14.H.
|
inlinevirtual |
Write the function coefficients.
Implements thermophysicalFunction.
Definition at line 118 of file NSRDSfunc14.H.
References token::SPACE.
Referenced by C2H6::writeData(), C7H16::writeData(), and C3H8::writeData().
|
friend |
Definition at line 130 of file NSRDSfunc14.H.