38namespace functionObjects
61 g_(meshObjects::gravity::
New(time_)),
83 mu_(
"mu", rhoValue_*laminarTransport_.
nu()),
90 dict.getOrDefault<
word>(
"kinematicCloud",
"kinematicCloud")
122 mu_ = rhoValue_*laminarTransport_.nu();
123 kinematicCloud_.evolve();
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
virtual bool read()
Re-read model coefficients if they have changed.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base-class for Time/database function objects.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
This functionObject tracks a uncoupled kinematic particle cloud in the specified velocity field of an...
virtual ~icoUncoupledKinematicCloud()
Destructor.
virtual bool execute()
Track the cloud.
virtual bool write()
Write the cloud.
A simple single-phase transport model based on viscosityModel.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh > > &tdf1, const word &name, const dimensionSet &dimensions)
Global function forwards to reuseTmpDimensionedField::New.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
const dimensionSet dimDensity