Go to the documentation of this file.
30 template<
class ParcelType>
38 template<
class ParcelType>
46 internalDegreesOfFreedom_
54 template<
class ParcelType>
67 ParcelType(
mesh, position, cellI, tetFaceI, tetPtI),
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>
const vector & U() const
Return const access to velocity.
label typeId() const
Return type id.
constantProperties()
Null constructor, allows List of constantProperties to be.
label typeId_
Parcel type id.
Mesh consisting of general polyhedral cells.
DSMCParcel(const polyMesh &mesh, const vector &position, const vector &U, const scalar Ei, const label cellI, const label tetFaceI, const label tetPtI, const label typeId)
Construct from components.
scalar sigmaT() const
Return the reference total collision cross section.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
direction internalDegreesOfFreedom() const
Return the internalDegreesOfFreedom.
scalar omega() const
Return the viscosity index.
vector U_
Velocity of Parcel [m/s].
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar Ei_
Internal energy of the Parcel, covering all non-translational.
scalar mass() const
Return const access to the particle mass [kg].
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
scalar d() const
Return const access to the hard sphere diameter [m].
scalar Ei() const
Return const access to internal energy.