72 v = shapedCloud.
v(injection, subMesh);
79 m = massiveCloud.
m(injection, subMesh);
98 size = shapedCloud.
a(injection, subMesh);
124 LagrangianScalarFieldSource(iIo,
dict),
137 LagrangianScalarFieldSource(field, iIo),
139 uniformSize_(field.uniformSize_)
154 switch (uniformSize_)
156 case uniformSize::number:
158 case uniformSize::surfaceArea:
177 writeEntry(os,
"uniformSize", uniformSizeNames_[uniformSize_]);
static tmp< DimensionedField< Type, GeoMesh, PrimitiveField > > New(const word &name, const GeoMesh &mesh, const dimensionSet &, const PrimitiveField< Type > &)
Return a temporary field constructed from name, mesh,.
Base class for Lagrangian injections. Minimal wrapper over LagrangianSource. Implements some utility ...
Mesh that relates to a sub-section of a Lagrangian mesh. This is used to construct fields that relate...
Initialise the NamedEnum HashTable from the static list of names.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Mix-in for source conditions that refer to a cloud.
A cloud is a collection of lagrangian particles.
Base class for clouds with particles with mass.
const CloudDerivedField< scalar > & m
Mass.
Base class for clouds with particles with mass.
const CloudDerivedField< scalar > & v
Volume.
const CloudDerivedField< scalar > & a
Surface area.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for managing temporary objects.
A class for handling words, derived from string.
const dimensionSet dimless
const dimensionSet volume
const unitSet & lookup(const word &unitName)
Lookup and return the named unit from the table.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static const label labelMax
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)
void writeEntry(Ostream &os, const word &key, const DimensionedFieldFunction< DimensionedFieldType > &f)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.