34 namespace functionObjects
50 Foam::functionObjects::cloudBoundaryCollisionNumberFlux::q
56 const LagrangianSubMesh& subMesh = fraction.mesh();
58 if (
sign > 0 && isCloud<clouds::grouped>())
60 return cloud<clouds::grouped>().number(subMesh);
64 toSubField<scalar, LagrangianSubMesh>
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 a boundary collision flux for a cloud.
Function to write the boundary collision number flux field for a cloud.
virtual ~cloudBoundaryCollisionNumberFlux()
Destructor.
cloudBoundaryCollisionNumberFlux(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)
dimensionedScalar sign(const dimensionedScalar &ds)
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
const dimensionSet dimTime
LagrangianSubSubField< scalar > LagrangianSubScalarSubField
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
void inv(LagrangianPatchField< tensor > &f, const LagrangianPatchField< tensor > &f1)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.