Public Member Functions | |
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... | |
pairPotential (const pairPotential &) | |
Disallow default bitwise copy construction. 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 |
virtual scalar | unscaledEnergy (const scalar r) const =0 |
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 |
virtual bool | read (const dictionary &pairPotentialProperties)=0 |
Read pairPotential dictionary. More... | |
void | operator= (const pairPotential &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static autoPtr< pairPotential > | New (const word &name, const dictionary &pairPotentialProperties) |
Return a reference to the selected viscosity model. More... | |
Protected Member Functions | |
void | scaleEnergy (scalar &e, const scalar r) const |
Protected Attributes | |
word | name_ |
dictionary | pairPotentialProperties_ |
scalar | rCut_ |
scalar | rCutSqr_ |
scalar | rMin_ |
scalar | dr_ |
List< scalar > | forceLookup_ |
List< scalar > | energyLookup_ |
energyScalingFunction * | esfPtr_ |
bool | writeTables_ |
Definition at line 57 of file pairPotential.H.
pairPotential | ( | const word & | name, |
const dictionary & | pairPotentialProperties | ||
) |
Construct from components.
Definition at line 57 of file pairPotential.C.
Referenced by pairPotential::scaleEnergy().
pairPotential | ( | const pairPotential & | ) |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 131 of file pairPotential.H.
References pairPotential::dr(), pairPotential::energy(), pairPotential::energyDerivative(), pairPotential::energyTable(), pairPotential::force(), pairPotential::forceTable(), pairPotential::rCut(), pairPotential::rCutSqr(), pairPotential::rMin(), pairPotential::scaledEnergy(), pairPotential::setLookupTables(), pairPotential::unscaledEnergy(), and pairPotential::writeTables().
|
protected |
Definition at line 40 of file pairPotential.C.
References energyScalingFunction::New(), and pairPotential::pairPotential().
TypeName | ( | "pairPotential" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
pairPotential | , | ||
dictionary | , | ||
(const word &name, const dictionary &pairPotentialProperties) | , | ||
(name, pairPotentialProperties) | |||
) |
|
static |
Return a reference to the selected viscosity model.
Definition at line 32 of file pairPotentialNew.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::name(), and Foam::nl.
void setLookupTables | ( | ) |
Definition at line 77 of file pairPotential.C.
Referenced by pairPotential::~pairPotential().
|
inline |
Definition at line 28 of file pairPotentialI.H.
References pairPotential::rMin_.
Referenced by pairPotential::~pairPotential().
|
inline |
Definition at line 34 of file pairPotentialI.H.
References pairPotential::dr_.
Referenced by pairPotential::~pairPotential().
|
inline |
Definition at line 40 of file pairPotentialI.H.
References pairPotential::rCut_.
Referenced by pairPotential::~pairPotential().
|
inline |
Definition at line 46 of file pairPotentialI.H.
References pairPotential::rCutSqr_.
Referenced by pairPotential::~pairPotential().
Foam::scalar energy | ( | const scalar | r | ) | const |
Definition at line 131 of file pairPotential.C.
References Foam::abort(), Foam::e, Foam::FatalError, FatalErrorInFunction, k, and Foam::nl.
Referenced by pairPotential::~pairPotential().
Foam::scalar force | ( | const scalar | r | ) | const |
Definition at line 94 of file pairPotential.C.
References Foam::abort(), f(), Foam::FatalError, FatalErrorInFunction, k, and Foam::nl.
Referenced by pairPotential::~pairPotential().
Foam::List< Foam::Pair< Foam::scalar > > energyTable | ( | ) | const |
Definition at line 153 of file pairPotential.C.
Referenced by pairPotential::writeEnergyAndForceTables(), and pairPotential::~pairPotential().
Foam::List< Foam::Pair< Foam::scalar > > forceTable | ( | ) | const |
Definition at line 116 of file pairPotential.C.
Referenced by pairPotential::writeEnergyAndForceTables(), and pairPotential::~pairPotential().
|
inline |
Definition at line 52 of file pairPotentialI.H.
References pairPotential::writeTables_.
Referenced by pairPotential::~pairPotential().
|
pure virtual |
Implemented in maitlandSmith, azizChen, dampedCoulomb, exponentialRepulsion, lennardJones, coulomb, and noInteraction.
Referenced by pairPotential::~pairPotential().
Foam::scalar scaledEnergy | ( | const scalar | r | ) | const |
Definition at line 168 of file pairPotential.C.
References Foam::e, and pairPotential::energyDerivative().
Referenced by pairPotential::~pairPotential().
Foam::scalar energyDerivative | ( | const scalar | r, |
const bool | scaledEnergyDerivative = true |
||
) | const |
Definition at line 179 of file pairPotential.C.
References Ea().
Referenced by pairPotential::scaledEnergy(), and pairPotential::~pairPotential().
|
inline |
Definition at line 167 of file pairPotential.H.
References pairPotential::operator=(), pairPotential::pairPotentialProperties_, pairPotential::read(), and pairPotential::writeEnergyAndForceTables().
Referenced by coulomb::~coulomb(), and dampedCoulomb::~dampedCoulomb().
bool writeEnergyAndForceTables | ( | Ostream & | os | ) | const |
Definition at line 29 of file pairPotentialIO.C.
References Foam::e, Foam::endl(), pairPotential::energyTable(), UList< T >::first(), forAll, pairPotential::forceTable(), IOstream::good(), Foam::Info, pairPotential::name_, Foam::nl, and token::SPACE.
Referenced by pairPotential::pairPotentialProperties().
|
pure virtual |
Read pairPotential dictionary.
Implemented in maitlandSmith, azizChen, dampedCoulomb, exponentialRepulsion, lennardJones, coulomb, and noInteraction.
Definition at line 222 of file pairPotential.C.
Referenced by pairPotential::pairPotentialProperties(), noInteraction::read(), coulomb::read(), exponentialRepulsion::read(), lennardJones::read(), dampedCoulomb::read(), azizChen::read(), and maitlandSmith::read().
|
delete |
Disallow default bitwise assignment.
Referenced by pairPotential::pairPotentialProperties().
|
protected |
Definition at line 64 of file pairPotential.H.
Referenced by pairPotential::writeEnergyAndForceTables().
|
protected |
Definition at line 65 of file pairPotential.H.
Referenced by pairPotential::pairPotentialProperties().
|
protected |
Definition at line 67 of file pairPotential.H.
Referenced by pairPotential::rCut().
|
protected |
Definition at line 68 of file pairPotential.H.
Referenced by pairPotential::rCutSqr().
|
protected |
Definition at line 70 of file pairPotential.H.
Referenced by pairPotential::rMin().
|
protected |
Definition at line 71 of file pairPotential.H.
Referenced by pairPotential::dr().
|
protected |
Definition at line 73 of file pairPotential.H.
|
protected |
Definition at line 74 of file pairPotential.H.
|
mutableprotected |
Definition at line 76 of file pairPotential.H.
|
protected |
Definition at line 78 of file pairPotential.H.
Referenced by pairPotential::writeTables().