NSRDS function number 103. More...
#include <thermophysicalFunctions/NSRDSfunc3.H>
NSRDS function number 103.
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 NSRDSfunc3.H.
Public Member Functions | |
TypeName ("NSRDSfunc3") | |
Runtime type information.
| |
NSRDSfunc3 (scalar a, scalar b, scalar c, scalar d) | |
Construct from components.
| |
NSRDSfunc3 (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 NSRDSfunc3 &f) |
NSRDSfunc3 | ( | scalar | a, |
scalar | b, | ||
scalar | c, | ||
scalar | d | ||
) | [inline]
|
Construct from components.
Definition at line 87 of file NSRDSfunc3.H.
NSRDSfunc3 | ( | Istream & | is ) | [inline]
|
Construct from Istream.
Definition at line 96 of file NSRDSfunc3.H.
TypeName | ( | "NSRDSfunc3" | ) |
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 NSRDSfunc3.H.
References Foam::exp(), and Foam::pow().
void writeData | ( | Ostream & | os ) | const [inline, virtual]
|
Write the function coefficients.
Implements thermophysicalFunction.
Definition at line 115 of file NSRDSfunc3.H.
References token::SPACE.
Ostream& operator<< | ( | Ostream & | os, |
const NSRDSfunc3 & | f | ||
) | [friend]
|
Definition at line 126 of file NSRDSfunc3.H.