Go to the documentation of this file.
50 const word& sourceName,
51 const word& modelType,
57 UName_(coeffs_.getOrDefault<
word>(
"U",
"U"))
93 coeffs_.readIfPresent(
"UName", UName_);
virtual void addSup(const volScalarField &rho, fvMatrix< scalar > &eqn, const label fieldi)
A class for handling words, derived from Foam::string.
virtual bool read(const dictionary &dict)
A special matrix type and solver, designed for finite volume solutions of scalar equations.
buoyancyEnergy(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Base abstract class for handling finite volume options (i.e. fvOption).
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
const uniformDimensionedVectorField & g
virtual bool read(const dictionary &dict)
errorManipArg< error, int > exit(error &err, const int errNo=1)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
#define FatalErrorInFunction
A special matrix type and solver, designed for finite volume solutions of scalar equations....
defineTypeNameAndDebug(atmAmbientTurbSource, 0)
addToRunTimeSelectionTable(option, atmAmbientTurbSource, dictionary)
Generic GeometricField class.
static const gravity & New(const Time &runTime)
bool readIfPresent(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const