31 template<
class ParcelType>
39 template<
class ParcelType>
45 mass_(
dict.template lookup<scalar>(
"mass")),
46 d_(
dict.template lookup<scalar>(
"diameter")),
47 internalDegreesOfFreedom_
49 dict.template lookup<int>(
"internalDegreesOfFreedom")
51 omega_(
dict.template lookup<scalar>(
"omega"))
55 template<
class ParcelType>
61 label& nLocateBoundaryHits,
67 ParcelType(mesh, position, celli, nLocateBoundaryHits),
76 template<
class ParcelType>
84 template<
class ParcelType>
91 template<
class ParcelType>
99 template<
class ParcelType>
104 return internalDegreesOfFreedom_;
108 template<
class ParcelType>
118 template<
class ParcelType>
125 template<
class ParcelType>
132 template<
class ParcelType>
139 template<
class ParcelType>
146 template<
class ParcelType>
scalar d() const
Return const access to the hard sphere diameter [m].
constantProperties()
Null constructor, allows List of constantProperties to be.
scalar omega() const
Return the viscosity index.
scalar mass() const
Return const access to the particle mass [kg].
scalar sigmaT() const
Return the reference total collision cross section.
direction internalDegreesOfFreedom() const
Return the internalDegreesOfFreedom.
label typeId_
Parcel type id.
label typeId() const
Return type id.
const vector & U() const
Return const access to velocity.
scalar Ei() const
Return const access to internal energy.
vector U_
Velocity of Parcel [m/s].
DSMCParcel(const polyMesh &mesh, const vector &position, const label celli, label &nLocateBoundaryHits, const vector &U, const scalar Ei, const label typeId)
Construct from a position and a cell, searching for the rest of the.
scalar Ei_
Internal energy of the Parcel, covering all non-translational.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh consisting of general polyhedral cells.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.