35 namespace functionObjects
91 mu_(
"mu", rhoValue_*viscosity_.nu()),
135 mu_ = rhoValue_*viscosity_.nu();
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
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.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual bool read(const dictionary &)
Read optional controls.
This functionObject tracks a particle cloud in the specified velocity field of an incompressible flow...
virtual ~particles()
Destructor.
virtual bool execute()
Track the cloud.
virtual bool write()
Write the cloud.
particles(const word &name, const Time &runTime, const dictionary &dict)
Construct for given objectRegistry and dictionary.
virtual bool read(const dictionary &)
Read the controls.
List of parcel clouds, with the same interface as an individual parcel cloud. This is the object that...
Virtual abstract base class for parcel clouds. As parcelCloudBase but with additional virtualisation ...
A base class for physical properties.
An abstract base class for Newtonian viscosity models.
A class for handling words, derived from string.
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
const dimensionSet dimAcceleration
const dimensionSet dimDensity
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.