NSRDS function number 106. More...
Public Member Functions | |
TypeName ("NSRDS6") | |
Runtime type information. More... | |
NSRDS6 (const word &name, const scalar Tc, const scalar a, const scalar b, const scalar c, const scalar d, const scalar e) | |
Construct from components. More... | |
NSRDS6 (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, NSRDS6 > | |
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 > | |
Function1 (const word &name) | |
Construct from name. More... | |
Function1 (const Function1< scalar > &f1) | |
Copy constructor. More... | |
const word & | name () const |
Return the name of the entry. More... | |
TypeName ("Function1") declareRunTimeSelectionTable(autoPtr | |
Runtime type information. More... | |
virtual | ~Function1 () |
Destructor. 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... | |
Public Attributes inherited from Function1< scalar > | |
Function1 | |
dictionary | |
const word & | name |
const word const dictionary | name |
const word const dictionary & | dict |
const word const dictionary | dict |
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 106.
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
NSRDS6 | ( | const word & | name, |
const scalar | Tc, | ||
const scalar | a, | ||
const scalar | b, | ||
const scalar | c, | ||
const scalar | d, | ||
const scalar | e | ||
) |
Construct from components.
Definition at line 43 of file NSRDS6.C.
Referenced by NSRDS6::clone().
NSRDS6 | ( | const word & | name, |
const dictionary & | dict | ||
) |
Construct from name and dictionary.
Definition at line 64 of file NSRDS6.C.
References NSRDS6::integral().
TypeName | ( | "NSRDS6" | ) |
Runtime type information.
Construct and return a clone.
Reimplemented from FieldFunction1< scalar, NSRDS6 >.
Definition at line 107 of file NSRDS6.H.
References NSRDS6::NSRDS6().
|
inlinevirtual |
Evaluate the function and return the result.
Implements FieldFunction1< scalar, NSRDS6 >.
Definition at line 116 of file NSRDS6.H.
References NSRDS6::integral(), Foam::pow(), and NSRDS6::write().
Referenced by C8H10::hl(), H2O::hl(), iC3H8O::hl(), nC3H8O::hl(), bC10H7CH3::hl(), C2H5OH::hl(), C7H16::hl(), C7H8::hl(), C12H26::hl(), C2H6::hl(), C8H18::hl(), aC10H7CH3::hl(), C2H6O::hl(), C9H20::hl(), CH3OH::hl(), C13H28::hl(), C3H6O::hl(), Ar::hl(), C14H30::hl(), C3H8::hl(), IC8H18::hl(), C4H10O::hl(), MB::hl(), N2::hl(), C10H22::hl(), C6H14::hl(), C16H34::hl(), C6H6::hl(), CH4N2O::hl(), IDEA::hl(), C8H10::sigma(), H2O::sigma(), C2H6::sigma(), C12H26::sigma(), C9H20::sigma(), C10H22::sigma(), aC10H7CH3::sigma(), C3H6O::sigma(), C13H28::sigma(), C3H8::sigma(), IC8H18::sigma(), bC10H7CH3::sigma(), C14H30::sigma(), C7H16::sigma(), C7H8::sigma(), C8H18::sigma(), Ar::sigma(), CH3OH::sigma(), C2H6O::sigma(), MB::sigma(), C4H10O::sigma(), C16H34::sigma(), C6H6::sigma(), N2::sigma(), C6H14::sigma(), CH4N2O::sigma(), and IDEA::sigma().
|
virtual |
Integrate between two scalar values.
Implements FieldFunction1< scalar, NSRDS6 >.
Definition at line 82 of file NSRDS6.C.
References NotImplemented.
Referenced by NSRDS6::NSRDS6(), and NSRDS6::value().
|
virtual |
Write the function coefficients.
Implements Function1< scalar >.
Definition at line 92 of file NSRDS6.C.
References Foam::writeEntry().
Referenced by NSRDS6::value().