Go to the documentation of this file.
34 #ifndef MaxwellianThermal_H
35 #define MaxwellianThermal_H
47 template<
class CloudType>
TypeName("MaxwellianThermal")
Runtime type information.
const dictionary & dict() const
Return the dictionary.
virtual ~MaxwellianThermal()
Destructor.
Templated base class for dsmc cloud.
Templated wall interaction model class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution co...
A cloud is a collection of lagrangian particles.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual void correct(typename CloudType::parcelType &p, const wallPolyPatch &wpp)
Apply wall correction.
MaxwellianThermal(const dictionary &dict, CloudType &cloud)
Construct from dictionary.