35namespace pairPotentials
59 lennardJonesCoeffs_(pairPotentialProperties.subDict(typeName +
"Coeffs")),
60 sigma_(lennardJonesCoeffs_.get<scalar>(
"sigma")),
61 epsilon_(lennardJonesCoeffs_.get<scalar>(
"epsilon"))
72 scalar ir2 = (sigma_/r)*(sigma_/r);
75 scalar ir6 = ir2*ir2*ir2;
77 return 4.0 * epsilon_*(ir6*(ir6 - 1.0));
87 lennardJonesCoeffs_.
readEntry(
"sigma", sigma_);
88 lennardJonesCoeffs_.
readEntry(
"epsilon", epsilon_);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
virtual bool read()
Re-read model coefficients if they have changed.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Find and return a sub-dictionary.
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
const dictionary & pairPotentialProperties() const
scalar unscaledEnergy(const scalar r) const
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.