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