35 namespace functionObjects
51 Foam::functionObjects::cloudBoundaryCollisionForce::q
57 const LagrangianSubMesh& subMesh = fraction.mesh();
59 tmp<LagrangianSubScalarField> tp =
61 *cloud<clouds::massive>().m(subMesh)
70 isCloud<clouds::grouped>()
71 ? cloud<clouds::grouped>().number(subMesh)*tp
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 force field for a cloud.
cloudBoundaryCollisionForce(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual ~cloudBoundaryCollisionForce()
Destructor.
const Cloud & cloud() const
Get a reference to the cloud.
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 dimForce
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.
LagrangianSubField< vector > LagrangianSubVectorField