NSRDS function number 102. More...
#include <thermophysicalFunctions/NSRDSfunc2.H>
NSRDS function number 102.
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 NSRDSfunc2.H.
Public Member Functions | |
TypeName ("NSRDSfunc2") | |
Runtime type information.
| |
NSRDSfunc2 (scalar a, scalar b, scalar c, scalar d) | |
Construct from components.
| |
NSRDSfunc2 (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.
| |
Friends | |
Ostream & | operator<< (Ostream &os, const NSRDSfunc2 &f) |
NSRDSfunc2 | ( | scalar | a, |
scalar | b, | ||
scalar | c, | ||
scalar | d | ||
) | [inline]
|
Construct from components.
Definition at line 87 of file NSRDSfunc2.H.
NSRDSfunc2 | ( | Istream & | is ) | [inline]
|
Construct from Istream.
Definition at line 96 of file NSRDSfunc2.H.
TypeName | ( | "NSRDSfunc2" | ) |
Runtime type information.
scalar f | ( | scalar | , |
scalar | T | ||
) | const [inline, virtual]
|
Evaluate the function and return the result.
Implements thermophysicalFunction.
Definition at line 108 of file NSRDSfunc2.H.
References Foam::pow(), and Foam::sqr().
void writeData | ( | Ostream & | os ) | const [inline, virtual]
|
Write the function coefficients.
Implements thermophysicalFunction.
Definition at line 115 of file NSRDSfunc2.H.
References token::SPACE.
Referenced by nC3H8O::writeData(), N2::writeData(), MB::writeData(), IDEA::writeData(), IC8H18::writeData(), iC3H8O::writeData(), H2O::writeData(), CH4N2O::writeData(), CH3OH::writeData(), C9H20::writeData(), C8H18::writeData(), C8H10::writeData(), C7H8::writeData(), C7H16::writeData(), C6H6::writeData(), C6H14::writeData(), C4H10O::writeData(), C3H8::writeData(), C3H6O::writeData(), C2H6O::writeData(), C2H6::writeData(), C2H5OH::writeData(), C16H34::writeData(), C14H30::writeData(), C13H28::writeData(), C12H26::writeData(), C10H22::writeData(), bC10H7CH3::writeData(), Ar::writeData(), and aC10H7CH3::writeData().
Ostream& operator<< | ( | Ostream & | os, |
const NSRDSfunc2 & | f | ||
) | [friend]
|
Definition at line 126 of file NSRDSfunc2.H.