35 namespace functionObjects
46 Foam::functionObjects::cloudVolumeFlux::q
51 tmp<LagrangianSubScalarField> tv =
52 cloud<clouds::shaped>().v(fraction.mesh());
57 isCloud<clouds::grouped>()
58 ? cloud<clouds::grouped>().number(fraction.mesh())*tv
Macros for easy insertion into run-time selection tables.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base-class for Time/database functionObjects.
Base class for functions which generate the flux of a cloud.
Function to write the number flux field for a cloud.
virtual ~cloudVolumeFlux()
Destructor.
cloudVolumeFlux(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for managing temporary objects.
A class for handling words, derived from string.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
const dimensionSet dimVolume
LagrangianSubSubField< scalar > LagrangianSubScalarSubField
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
tmp< DimensionedField< Type, GeoMesh, SubField > > toSubField(const DimensionedField< Type, GeoMesh, Field > &)
Return a temporary sub-field from a reference to a field.