Go to the documentation of this file.
52 const word& sourceName,
53 const word& modelType,
59 UName_(coeffs_.lookupOrDefault<
word>(
"UName",
"U"))
61 coeffs_.lookup(
"fieldNames") >> fieldNames_;
63 if (fieldNames_.size() != 1)
69 applied_.setSize(fieldNames_.size(),
false);
A class for handling words, derived from string.
buoyancyEnergy(const buoyancyEnergy &)
Disallow default bitwise copy construct.
const dimensionedVector & g
A special matrix type and solver, designed for finite volume solutions of scalar equations.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Finite volume options abtract base class. Provides a base set of controls, e.g.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
defineTypeNameAndDebug(option, 0)
virtual void addSup(const volScalarField &rho, fvMatrix< scalar > &eqn, const label fieldI)
Add explicit contribution to compressible momentum equation.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
addToRunTimeSelectionTable(option, fixedTemperatureConstraint, dictionary)
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Generic GeometricField class.