72 v = shapedCloud.
v(injection, subMesh);
79 m = massiveCloud.
m(injection, subMesh);
98 size = shapedCloud.
a(injection, subMesh);
124 LagrangianScalarFieldSource(iIo,
dict),
126 uniformSize_(uniformSizeNames_[
dict.lookup<
word>(
"uniformSize")])
137 LagrangianScalarFieldSource(field, iIo),
139 uniformSize_(field.uniformSize_)
154 switch (uniformSize_)
156 case uniformSize::number:
158 case uniformSize::surfaceArea:
160 case uniformSize::volume:
162 case uniformSize::mass:
177 writeEntry(os,
"uniformSize", uniformSizeNames_[uniformSize_]);
Templated base class for source conditions that refer to a cloud. Not a source condition in itself....
static tmp< DimensionedField< Type, GeoMesh, PrimitiveField > > New(const word &name, const Mesh &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,...
Base class for clouds. Provides a basic evolution algorithm, models, and a database for caching deriv...
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.
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.
const dimensionSet dimless
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
defineTypeNameAndDebug(combustionModel, 0)
static const label labelMax
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.