NSRDS function number 101. More...
Public Member Functions | |
TypeName ("NSRDS1") | |
Runtime type information. More... | |
NSRDS1 (const word &name, const scalar a, const scalar b, const scalar c, const scalar d, const scalar e) | |
Construct from components. More... | |
NSRDS1 (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, NSRDS1 > | |
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 101.
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
NSRDS1 | ( | const word & | name, |
const scalar | a, | ||
const scalar | b, | ||
const scalar | c, | ||
const scalar | d, | ||
const scalar | e | ||
) |
Construct from components.
Definition at line 42 of file NSRDS1.C.
Referenced by NSRDS1::clone().
NSRDS1 | ( | const word & | name, |
const dictionary & | dict | ||
) |
Construct from name and dictionary.
Definition at line 61 of file NSRDS1.C.
References NSRDS1::integral().
TypeName | ( | "NSRDS1" | ) |
Runtime type information.
Construct and return a clone.
Reimplemented from FieldFunction1< scalar, NSRDS1 >.
Definition at line 106 of file NSRDS1.H.
References NSRDS1::NSRDS1().
|
inlinevirtual |
Evaluate the function and return the result.
Implements FieldFunction1< scalar, NSRDS1 >.
Definition at line 115 of file NSRDS1.H.
References Foam::exp(), NSRDS1::integral(), Foam::log(), Foam::pow(), and NSRDS1::write().
Referenced by iC3H8O::D(), nC3H8O::D(), NH3::mu(), H2O::mu(), iC3H8O::mu(), C8H10::mu(), nC3H8O::mu(), aC10H7CH3::mu(), Ar::mu(), C16H34::mu(), C6H6::mu(), C7H16::mu(), C10H22::mu(), C7H8::mu(), C2H5OH::mu(), C12H26::mu(), C2H6::mu(), C8H18::mu(), C9H20::mu(), C2H6O::mu(), CH3OH::mu(), C3H6O::mu(), bC10H7CH3::mu(), C13H28::mu(), C3H8::mu(), IC8H18::mu(), C4H10O::mu(), MB::mu(), N2::mu(), C6H14::mu(), C14H30::mu(), CH4N2O::mu(), IDEA::mu(), NH3::pv(), C8H10::pv(), H2O::pv(), iC3H8O::pv(), nC3H8O::pv(), C2H6O::pv(), CH3OH::pv(), C6H14::pv(), C4H10O::pv(), C3H6O::pv(), C13H28::pv(), C3H8::pv(), N2::pv(), C2H6::pv(), C14H30::pv(), IC8H18::pv(), MB::pv(), C12H26::pv(), C8H18::pv(), C9H20::pv(), C7H8::pv(), Ar::pv(), C6H6::pv(), C10H22::pv(), C2H5OH::pv(), bC10H7CH3::pv(), C7H16::pv(), aC10H7CH3::pv(), C16H34::pv(), CH4N2O::pv(), and IDEA::pv().
|
virtual |
Integrate between two scalar values.
Implements FieldFunction1< scalar, NSRDS1 >.
Definition at line 78 of file NSRDS1.C.
References NotImplemented.
Referenced by NSRDS1::NSRDS1(), and NSRDS1::value().
|
virtual |
Write the function coefficients.
Implements Function1< scalar >.
Definition at line 88 of file NSRDS1.C.
References Foam::writeEntry().
Referenced by NSRDS1::value().