33 namespace pairPotentials
57 maitlandSmithCoeffs_(maitlandSmith.
subDict(typeName +
"Coeffs")),
58 m_(maitlandSmithCoeffs_.template lookup<scalar>(
"m")),
59 gamma_(maitlandSmithCoeffs_.template lookup<scalar>(
"gamma")),
60 rm_(maitlandSmithCoeffs_.template lookup<scalar>(
"rm")),
61 epsilon_(maitlandSmithCoeffs_.template lookup<scalar>(
"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.
Macros for easy insertion into run-time selection tables.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
A class for handling words, derived from string.
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.
scalar unscaledEnergy(const scalar r) const