90#ifndef ThermoReynoldsNumber_H
91#define ThermoReynoldsNumber_H
104template<
class CloudType>
143 virtual autoPtr<CloudFunctionObject<CloudType>>
clone()
const
145 return autoPtr<CloudFunctionObject<CloudType>>
Templated cloud function object base class.
CloudFunctionObject(CloudType &owner)
Construct null from owner.
const CloudType & owner() const
Return const access to the owner cloud.
particle::trackingData trackingData
Calculates and writes particle Reynolds number field on the cloud. The normalisation factors are calc...
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
Construct and return a clone.
ThermoReynoldsNumber(const dictionary &dict, CloudType &owner, const word &modelName)
Construct from dictionary.
TypeName("ReynoldsNumber")
Runtime type information.
void operator=(const ThermoReynoldsNumber< CloudType > &)=delete
No copy assignment.
virtual ~ThermoReynoldsNumber()=default
Destructor.
virtual void postEvolve(const typename parcelType::trackingData &td)
Post-evolve hook.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & dict() const
Return const access to the cloud dictionary.
const word & modelName() const
Return const access to the name of the sub-model.
A class for handling words, derived from Foam::string.
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.