59 exponentialRepulsionCoeffs_
63 rm_(exponentialRepulsionCoeffs_.get<scalar>(
"rm")),
64 epsilon_(exponentialRepulsionCoeffs_.get<scalar>(
"epsilon"))
74 return epsilon_ *
exp(-r/rm_);
82 exponentialRepulsionCoeffs_ =
85 exponentialRepulsionCoeffs_.
readEntry(
"rm", rm_);
86 exponentialRepulsionCoeffs_.
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.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, IOobjectOption::readOption readOpt=IOobjectOption::MUST_READ) const
Find entry and assign to T val. FatalIOError if it is found and the number of tokens is incorrect,...
pairPotential(const pairPotential &)=delete
No copy construct.
virtual bool read(const dictionary &pairPotentialProperties)=0
Read pairPotential dictionary.
exponentialRepulsion(const word &name, const dictionary &pairPotentialProperties)
Construct from components.
bool read(const dictionary &pairPotentialProperties)
Read dictionary.
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.
dimensionedScalar exp(const dimensionedScalar &ds)
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.