Go to the documentation of this file.
38 namespace functionObjects
44 icoUncoupledKinematicCloud,
53 Foam::functionObjects::icoUncoupledKinematicCloud::icoUncoupledKinematicCloud
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();
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
const dimensionSet dimDensity
A simple single-phase transport model based on viscosityModel.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual ~icoUncoupledKinematicCloud()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool read(const dictionary &dict)
Macros for easy insertion into run-time selection tables.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
addToRunTimeSelectionTable(functionObject, ObukhovLength, dictionary)
defineTypeNameAndDebug(ObukhovLength, 0)
word name(const expressions::valueTypeCode typeCode)
virtual bool read(const dictionary &)
Generic GeometricField class.