NSRDS function number 114. More...
Public Member Functions | |
TypeName ("NSRDS14") | |
Runtime type information. More... | |
NSRDS14 (const word &name, const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d) | |
Construct from components. More... | |
NSRDS14 (const word &name, const dictionary &dict) | |
Construct from name and dictionary. More... | |
virtual tmp< Function1< scalar > > | clone () const |
Construct and return a clone. More... | |
virtual scalar | value (scalar T) const |
Evaluate the function and return the result. More... | |
virtual scalar | integral (const scalar x1, const scalar x2) const |
Integrate between two scalar values. More... | |
virtual void | write (Ostream &os) const |
Write the function coefficients. More... | |
Public Member Functions inherited from FieldFunction1< scalar, NSRDS14 > | |
FieldFunction1 (const word &name) | |
Construct from name. More... | |
virtual | ~FieldFunction1 () |
Destructor. More... | |
virtual tmp< Field< scalar > > | value (const scalarField &x) const |
Return value as a function of one scalar field. More... | |
virtual tmp< Field< scalar > > | integral (const scalarField &x1, const scalarField &x2) const |
Integrate between two scalar fields. More... | |
Public Member Functions inherited from Function1< scalar > | |
TypeName ("Function1") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, Function1, dictionary,(const word &name, const dictionary &dict),(name, dict)) | |
Declare runtime constructor selection table. More... | |
Function1 (const word &name) | |
Construct from name. More... | |
Function1 (const Function1< scalar > &f1) | |
Copy constructor. More... | |
virtual | ~Function1 () |
Destructor. More... | |
const word & | name () const |
Return the name of the entry. More... | |
void | operator= (const Function1< scalar > &) |
Assignment. More... | |
Public Member Functions inherited from refCount | |
int | count () const |
Return the current reference count. More... | |
bool | unique () const |
Return true if the reference count is zero. More... | |
void | operator++ () |
Increment the reference count. More... | |
void | operator++ (int) |
Increment the reference count. More... | |
void | operator-- () |
Decrement the reference count. More... | |
void | operator-- (int) |
Decrement the reference count. More... | |
Additional Inherited Members | |
Public Types inherited from Function1< scalar > | |
typedef scalar | returnType |
Static Public Member Functions inherited from Function1< scalar > | |
static autoPtr< Function1< scalar > > | New (const word &name, const dictionary &dict) |
Selector. More... | |
Protected Member Functions inherited from refCount | |
refCount () | |
Construct null initialising count to 0. More... | |
Protected Attributes inherited from Function1< scalar > | |
const word | name_ |
Name of entry. More... | |
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
NSRDS14 | ( | const word & | name, |
const scalar | Tc, | ||
const scalar | a, | ||
const scalar | b, | ||
const scalar | c, | ||
const scalar | d | ||
) |
Construct from components.
Definition at line 43 of file NSRDS14.C.
Referenced by NSRDS14::clone().
NSRDS14 | ( | const word & | name, |
const dictionary & | dict | ||
) |
Construct from name and dictionary.
Definition at line 62 of file NSRDS14.C.
References NSRDS14::integral().
TypeName | ( | "NSRDS14" | ) |
Runtime type information.
Construct and return a clone.
Reimplemented from FieldFunction1< scalar, NSRDS14 >.
Definition at line 106 of file NSRDS14.H.
References NSRDS14::NSRDS14().
|
inlinevirtual |
Evaluate the function and return the result.
Implements FieldFunction1< scalar, NSRDS14 >.
Definition at line 115 of file NSRDS14.H.
References NSRDS14::integral(), Foam::min(), and NSRDS14::write().
Referenced by C2H6::Cp(), C7H16::Cp(), and C3H8::Cp().
|
virtual |
Integrate between two scalar values.
Implements FieldFunction1< scalar, NSRDS14 >.
Definition at line 79 of file NSRDS14.C.
References NotImplemented.
Referenced by NSRDS14::NSRDS14(), and NSRDS14::value().
|
virtual |
Write the function coefficients.
Implements Function1< scalar >.
Definition at line 89 of file NSRDS14.C.
References Foam::writeEntry().
Referenced by NSRDS14::value().