34 namespace pairPotentials
48 scalar dampedCoulomb::oneOverFourPiEps0 =
63 pairPotentialProperties.
subDict(typeName +
"Coeffs")
65 alpha_(dampedCoulombCoeffs_.template lookup<scalar>(
"alpha"))
83 dampedCoulombCoeffs_ =
84 pairPotentialProperties.
subDict(typeName +
"Coeffs");
86 dampedCoulombCoeffs_.
lookup(
"alpha") >> alpha_;
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &pairPotentialProperties)=0
Read pairPotential dictionary.
Macros for easy insertion into run-time selection tables.
static scalar oneOverFourPiEps0
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
scalar unscaledEnergy(const scalar r) const
A class for handling words, derived from string.
bool read(const dictionary &pairPotentialProperties)
Read dictionary.
dimensionedScalar erfc(const dimensionedScalar &ds)
defineTypeNameAndDebug(azizChen, 0)
dampedCoulomb(const word &name, const dictionary &pairPotentialProperties)
Construct from components.
addToRunTimeSelectionTable(pairPotential, azizChen, dictionary)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.