33 namespace pairPotentials
58 epsilon_(azizChenCoeffs_.template
lookup<scalar>(
"epsilon")),
59 rm_(azizChenCoeffs_.template
lookup<scalar>(
"rm")),
60 A_(azizChenCoeffs_.template
lookup<scalar>(
"A")),
61 alpha_(azizChenCoeffs_.template
lookup<scalar>(
"alpha")),
62 C6_(azizChenCoeffs_.template
lookup<scalar>(
"C6")),
63 C8_(azizChenCoeffs_.template
lookup<scalar>(
"C8")),
64 C10_(azizChenCoeffs_.template
lookup<scalar>(
"C10")),
65 D_(azizChenCoeffs_.template
lookup<scalar>(
"D")),
66 gamma_(azizChenCoeffs_.template
lookup<scalar>(
"gamma"))
105 azizChenCoeffs_.
lookup(
"epsilon") >> epsilon_;
106 azizChenCoeffs_.
lookup(
"rm") >> rm_;
107 azizChenCoeffs_.
lookup(
"A") >> A_;
108 azizChenCoeffs_.
lookup(
"alpha") >> alpha_;
109 azizChenCoeffs_.
lookup(
"C6") >> C6_;
110 azizChenCoeffs_.
lookup(
"C8") >> C8_;
111 azizChenCoeffs_.
lookup(
"C10") >> C10_;
112 azizChenCoeffs_.
lookup(
"D") >> D_;
113 azizChenCoeffs_.
lookup(
"gamma") >> gamma_;
Macros for easy insertion into run-time selection tables.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
virtual bool read(const dictionary &pairPotentialProperties)=0
Read pairPotential dictionary.
azizChen(const word &name, const dictionary &pairPotentialProperties)
Construct from components.
bool read(const dictionary &pairPotentialProperties)
Read dictionary.
scalar unscaledEnergy(const scalar r) const
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
A class for handling words, derived from string.
const dimensionedScalar F
Faraday constant: default SI units: [C/mol].
defineTypeNameAndDebug(azizChen, 0)
addToRunTimeSelectionTable(pairPotential, azizChen, dictionary)
const unitSet & lookup(const word &unitName)
Lookup and return the named unit from the table.
dimensionedScalar exp(const dimensionedScalar &ds)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
tmp< DimensionedField< typename powProduct< Type, r >::type, GeoMesh, Field > > pow(const DimensionedField< Type, GeoMesh, PrimitiveField > &df, typename powProduct< Type, r >::type)