NSRDS function number 106. More...
#include <NSRDSfunc6.H>


Public Member Functions | |
| TypeName ("NSRDSfunc6") | |
| Runtime type information. | |
| NSRDSfunc6 (const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d, const scalar e) | |
| Construct from components. | |
| NSRDSfunc6 (const dictionary &dict) | |
| Construct from dictionary. | |
| scalar | f (scalar, scalar T) const |
| Evaluate the function and return the result. | |
| void | writeData (Ostream &os) const |
| Write the function coefficients. | |
| Public Member Functions inherited from thermophysicalFunction | |
| TypeName ("thermophysicalFunction") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, Istream,(Istream &is),(is)) | |
| declareRunTimeSelectionTable (autoPtr, thermophysicalFunction, dictionary,(const dictionary &dict),(dict)) | |
| thermophysicalFunction () | |
| Construct null. | |
| virtual | ~thermophysicalFunction ()=default |
| Destructor. | |
Friends | |
| Ostream & | operator<< (Ostream &os, const NSRDSfunc6 &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. | |
| static autoPtr< thermophysicalFunction > | New (const dictionary &dict) |
| Return pointer to new thermophysicalFunction created from dict. | |
NSRDS function number 106.
Source:
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 63 of file NSRDSfunc6.H.
| NSRDSfunc6 | ( | const scalar | Tc, |
| const scalar | a, | ||
| const scalar | b, | ||
| const scalar | c, | ||
| const scalar | d, | ||
| const scalar | e ) |
Construct from components.
Definition at line 34 of file NSRDSfunc6.C.
Referenced by operator<<.

| NSRDSfunc6 | ( | const dictionary & | dict | ) |
|
inlinevirtual |
Evaluate the function and return the result.
Implements thermophysicalFunction.
Definition at line 107 of file NSRDSfunc6.H.
References Foam::pow(), and Foam::T().
Referenced by operator<<.


|
inlinevirtual |
Write the function coefficients.
Implements thermophysicalFunction.
Definition at line 116 of file NSRDSfunc6.H.
References os(), and token::SPACE.

|
friend |
Definition at line 129 of file NSRDSfunc6.H.
References f(), NSRDSfunc6(), and os().