Foam::pairPotentials::azizChen. More...
#include <potential/azizChen.H>
Foam::pairPotentials::azizChen.
@article{MA_Aziz_Chen, author = {R. A. Aziz and H. H. Chen}, collaboration = {}, title = {An accurate intermolecular potential for argon}, publisher = {AIP}, year = {1977}, journal = {The Journal of Chemical Physics}, volume = {67}, number = {12}, pages = {5719-5726}, url = {http://link.aip.org/link/?JCP/67/5719/1}, doi = {10.1063/1.434827} }
Definition at line 69 of file azizChen.H.
Public Member Functions | |
TypeName ("azizChen") | |
Runtime type information. | |
azizChen (const word &name, const dictionary &pairPotentialProperties) | |
Construct from components. | |
~azizChen () | |
scalar | unscaledEnergy (const scalar r) const |
bool | read (const dictionary &pairPotentialProperties) |
Read dictionary. | |
![]() | |
TypeName ("pairPotential") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, pairPotential, dictionary,(const word &name, const dictionary &pairPotentialProperties),(name, pairPotentialProperties)) | |
pairPotential (const word &name, const dictionary &pairPotentialProperties) | |
Construct from components. | |
virtual | ~pairPotential () |
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 autoPtr< pairPotential > | New (const word &name, const dictionary &pairPotentialProperties) |
Return a reference to the selected viscosity model. | |
![]() | |
void | scaleEnergy (scalar &e, const scalar r) const |
pairPotential (const pairPotential &) | |
Disallow copy construct. | |
void | operator= (const pairPotential &) |
Disallow default bitwise assignment. | |
![]() | |
word | name_ |
dictionary | pairPotentialProperties_ |
scalar | rCut_ |
scalar | rCutSqr_ |
scalar | rMin_ |
scalar | dr_ |
List< scalar > | forceLookup_ |
List< scalar > | energyLookup_ |
energyScalingFunction * | esfPtr_ |
bool | writeTables_ |
azizChen | ( | const word & | name, |
const dictionary & | pairPotentialProperties | ||
) |
Construct from components.
Definition at line 51 of file azizChen.C.
|
inline |
Definition at line 106 of file azizChen.H.
TypeName | ( | "azizChen" | ) |
Runtime type information.
|
virtual |
Implements pairPotential.
Definition at line 74 of file azizChen.C.
References Foam::exp(), and Foam::pow().
|
virtual |
Read dictionary.
Implements pairPotential.
Definition at line 99 of file azizChen.C.
References dictionary::lookup(), and dictionary::subDict().