NSRDS-AICHE function number 107. More...
Public Member Functions | |
TypeName ("NSRDS7") | |
Runtime type information. More... | |
NSRDS7 (const word &name, const scalar a, const scalar b, const scalar c, const scalar d, const scalar e) | |
Construct from components. More... | |
NSRDS7 (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... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
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 | |
![]() | |
typedef scalar | returnType |
![]() | |
static autoPtr< Function1< scalar > > | New (const word &name, const dictionary &dict) |
Selector. More... | |
![]() | |
refCount () | |
Construct null initialising count to 0. More... | |
![]() | |
const word | name_ |
Name of entry. More... | |
NSRDS-AICHE function number 107.
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
NSRDS7 | ( | const word & | name, |
const scalar | a, | ||
const scalar | b, | ||
const scalar | c, | ||
const scalar | d, | ||
const scalar | e | ||
) |
Construct from components.
Definition at line 43 of file NSRDS7.C.
Referenced by NSRDS7::clone().
NSRDS7 | ( | const word & | name, |
const dictionary & | dict | ||
) |
Construct from name and dictionary.
Definition at line 62 of file NSRDS7.C.
References NSRDS7::integral().
TypeName | ( | "NSRDS7" | ) |
Runtime type information.
Construct and return a clone.
Reimplemented from FieldFunction1< scalar, NSRDS7 >.
Definition at line 106 of file NSRDS7.H.
References NSRDS7::NSRDS7().
|
inlinevirtual |
Evaluate the function and return the result.
Implements FieldFunction1< scalar, NSRDS7 >.
Definition at line 115 of file NSRDS7.H.
References Foam::cosh(), NSRDS7::integral(), Foam::sinh(), Foam::sqr(), and NSRDS7::write().
Referenced by C8H10::Cpg(), H2O::Cpg(), iC3H8O::Cpg(), nC3H8O::Cpg(), C6H14::Cpg(), IC8H18::Cpg(), C3H8::Cpg(), C3H6O::Cpg(), bC10H7CH3::Cpg(), CH3OH::Cpg(), C9H20::Cpg(), C8H18::Cpg(), C2H6::Cpg(), C2H5OH::Cpg(), C7H16::Cpg(), C6H6::Cpg(), C16H34::Cpg(), C4H10O::Cpg(), C14H30::Cpg(), C13H28::Cpg(), C2H6O::Cpg(), C7H8::Cpg(), C12H26::Cpg(), N2::Cpg(), C10H22::Cpg(), aC10H7CH3::Cpg(), MB::Cpg(), CH4N2O::Cpg(), and IDEA::Cpg().
|
virtual |
Integrate between two scalar values.
Implements FieldFunction1< scalar, NSRDS7 >.
Definition at line 79 of file NSRDS7.C.
References NotImplemented.
Referenced by NSRDS7::NSRDS7(), and NSRDS7::value().
|
virtual |
Write the function coefficients.
Implements Function1< scalar >.
Definition at line 89 of file NSRDS7.C.
References Foam::writeEntry().
Referenced by NSRDS7::value().