35namespace pairPotentials
59 azizChenCoeffs_(
azizChen.subDict(typeName +
"Coeffs")),
60 epsilon_(azizChenCoeffs_.get<scalar>(
"epsilon")),
61 rm_(azizChenCoeffs_.get<scalar>(
"rm")),
62 A_(azizChenCoeffs_.get<scalar>(
"A")),
63 alpha_(azizChenCoeffs_.get<scalar>(
"alpha")),
64 C6_(azizChenCoeffs_.get<scalar>(
"C6")),
65 C8_(azizChenCoeffs_.get<scalar>(
"C8")),
66 C10_(azizChenCoeffs_.get<scalar>(
"C10")),
67 D_(azizChenCoeffs_.get<scalar>(
"D")),
68 gamma_(azizChenCoeffs_.get<scalar>(
"gamma"))
105 azizChenCoeffs_ =
azizChen.subDict(typeName +
"Coeffs");
107 azizChenCoeffs_.
readEntry(
"epsilon", epsilon_);
110 azizChenCoeffs_.
readEntry(
"alpha", alpha_);
115 azizChenCoeffs_.
readEntry(
"gamma", gamma_);
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,...
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) 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.
volVectorField F(fluid.F())
dimensionedScalar exp(const dimensionedScalar &ds)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.