Reference: More...


Public Member Functions | |
| TypeName ("azizChen") | |
| Runtime type information. More... | |
| azizChen (const word &name, const dictionary &pairPotentialProperties) | |
| Construct from components. More... | |
| ~azizChen () | |
| Destructor. More... | |
| scalar | unscaledEnergy (const scalar r) const |
| bool | read (const dictionary &pairPotentialProperties) |
| Read dictionary. More... | |
Public Member Functions inherited from pairPotential | |
| TypeName ("pairPotential") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, pairPotential, dictionary,(const word &name, const dictionary &pairPotentialProperties),(name, pairPotentialProperties)) | |
| pairPotential (const word &name, const dictionary &pairPotentialProperties) | |
| Construct from components. More... | |
| virtual | ~pairPotential () |
| Destructor. More... | |
| void | setLookupTables () |
| scalar | rMin () const |
| scalar | dr () const |
| scalar | rCut () const |
| scalar | rCutSqr () const |
| scalar | energy (const scalar r) const |
| scalar | force (const scalar r) const |
| List< Pair< scalar > > | energyTable () const |
| List< Pair< scalar > > | forceTable () const |
| bool | writeTables () const |
| scalar | scaledEnergy (const scalar r) const |
| scalar | energyDerivative (const scalar r, const bool scaledEnergyDerivative=true) const |
| const dictionary & | pairPotentialProperties () const |
| bool | writeEnergyAndForceTables (Ostream &os) const |
Additional Inherited Members | |
Static Public Member Functions inherited from pairPotential | |
| static autoPtr< pairPotential > | New (const word &name, const dictionary &pairPotentialProperties) |
| Return a reference to the selected viscosity model. More... | |
Protected Member Functions inherited from pairPotential | |
| void | scaleEnergy (scalar &e, const scalar r) const |
| pairPotential (const pairPotential &) | |
| Disallow copy construct. More... | |
| void | operator= (const pairPotential &) |
| Disallow default bitwise assignment. More... | |
Protected Attributes inherited from pairPotential | |
| word | name_ |
| dictionary | pairPotentialProperties_ |
| scalar | rCut_ |
| scalar | rCutSqr_ |
| scalar | rMin_ |
| scalar | dr_ |
| List< scalar > | forceLookup_ |
| List< scalar > | energyLookup_ |
| energyScalingFunction * | esfPtr_ |
| bool | writeTables_ |
Reference:
Aziz, R. A. & Chen, H.H. (1977).
An Accurate Intermolecular Potential for Argon.
Journal of Chemical Physics, Vol. 67, No. 12, p. 5179.
Definition at line 57 of file azizChen.H.
| azizChen | ( | const word & | name, |
| const dictionary & | pairPotentialProperties | ||
| ) |
Construct from components.
Definition at line 51 of file azizChen.C.
|
inline |
Destructor.
Definition at line 93 of file azizChen.H.
References azizChen::read(), and azizChen::unscaledEnergy().

| TypeName | ( | "azizChen" | ) |
Runtime type information.
|
virtual |
Implements pairPotential.
Definition at line 74 of file azizChen.C.
References Foam::exp(), Foam::constant::physicoChemical::F, Foam::pow(), and x.
Referenced by azizChen::~azizChen().


|
virtual |
Read dictionary.
Implements pairPotential.
Definition at line 99 of file azizChen.C.
References dictionary::lookup(), pairPotential::read(), and dictionary::subDict().
Referenced by azizChen::~azizChen().


1.8.11