51 <<
' ' << dims <<
endl;
72 infoField(field.
name(), field, print);
81 const word& modelType,
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const dimensionSet & dimensions() const
Return dimensions.
const PrimitiveField< Type > & primitiveField() const
Return a const-reference to the primitive field.
const word & name() const
Return name.
static const List< word > & null()
Return a null List.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Dimension set for the base types.
Mesh data needed to do the Finite Volume discretisation.
Finite volume model abstract base class.
const word & name() const
Return const access to the source name.
Base class for finite volume sources.
static void infoField(const word &name, const dimensionSet &dims, const scalarField &field, const bool print=true)
Print min/average/max information for a given field.
virtual ~fvSource()
Destructor.
virtual wordList addSupFields() const final
Return the list of fields for which the fvModel adds source term.
fvSource(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Type gMin(const UList< Type > &f, const label comm)
Type gAverage(const UList< Type > &f, const label comm)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Type gMax(const UList< Type > &f, const label comm)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)
Ostream & indent(Ostream &os)
Indent stream.