33 namespace pairPotentials
57 maitlandSmithCoeffs_(maitlandSmith.
subDict(typeName +
"Coeffs")),
58 m_(
readScalar(maitlandSmithCoeffs_.lookup(
"m"))),
59 gamma_(
readScalar(maitlandSmithCoeffs_.lookup(
"gamma"))),
60 rm_(
readScalar(maitlandSmithCoeffs_.lookup(
"rm"))),
61 epsilon_(
readScalar(maitlandSmithCoeffs_.lookup(
"epsilon")))
71 scalar nr = (m_ + gamma_*(r/rm_ - 1.0));
85 maitlandSmithCoeffs_ = maitlandSmith.
subDict(typeName +
"Coeffs");
87 maitlandSmithCoeffs_.
lookup(
"m") >> m_;
88 maitlandSmithCoeffs_.
lookup(
"gamma") >> gamma_;
89 maitlandSmithCoeffs_.
lookup(
"rm") >> rm_;
90 maitlandSmithCoeffs_.
lookup(
"epsilon") >> epsilon_;
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.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
scalar unscaledEnergy(const scalar r) const
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
defineTypeNameAndDebug(azizChen, 0)
maitlandSmith(const word &name, const dictionary &pairPotentialProperties)
Construct from components.
addToRunTimeSelectionTable(pairPotential, azizChen, dictionary)
bool read(const dictionary &pairPotentialProperties)
Read dictionary.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.