Go to the documentation of this file.
90 #ifndef ThermoReynoldsNumber_H
91 #define ThermoReynoldsNumber_H
104 template<
class CloudType>
105 class ThermoReynoldsNumber
107 public CloudFunctionObject<CloudType>
126 void operator=(
const ThermoReynoldsNumber<CloudType>&) =
delete;
134 const dictionary&
dict,
143 virtual autoPtr<CloudFunctionObject<CloudType>>
clone()
const
145 return autoPtr<CloudFunctionObject<CloudType>>
147 new ThermoReynoldsNumber<CloudType>(*
this)
159 virtual void postEvolve(
const typename parcelType::trackingData& td);
virtual autoPtr< CloudFunctionObject< CloudType > > clone() const
A class for handling words, derived from Foam::string.
virtual ~ThermoReynoldsNumber()=default
void operator=(const ThermoReynoldsNumber< CloudType > &)=delete
const CloudType & owner() const
const word & modelName() const
const dictionary & dict() const
virtual void postEvolve(const typename parcelType::trackingData &td)
DSMCCloud< dsmcParcel > CloudType
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Templated cloud function object base class.
Calculates and writes particle Reynolds number field on the cloud. The normalisation factors are calc...
ThermoReynoldsNumber(const dictionary &dict, CloudType &owner, const word &modelName)
TypeName("ReynoldsNumber")