84#ifndef Foam_functionObjects_icoUncoupledKinematicCloud_H
85#define Foam_functionObjects_icoUncoupledKinematicCloud_H
116 const singlePhaseTransportModel& laminarTransport_;
140 icoUncoupledKinematicCloud(
const icoUncoupledKinematicCloud&) =
delete;
143 void operator=(
const icoUncoupledKinematicCloud&) =
delete;
149 TypeName(
"icoUncoupledKinematicCloud");
156 icoUncoupledKinematicCloud
177 virtual bool write();
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,...
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
This functionObject tracks a uncoupled kinematic particle cloud in the specified velocity field of an...
virtual ~icoUncoupledKinematicCloud()
Destructor.
TypeName("icoUncoupledKinematicCloud")
Runtime type information.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
virtual bool read(const dictionary &)
Read the function-object dictionary.
A simple single-phase transport model based on viscosityModel.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
CollidingCloud< KinematicCloud< Cloud< basicKinematicCollidingParcel > > > basicKinematicCollidingCloud
UniformDimensionedField< vector > uniformDimensionedVectorField
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.