Wrapper around kinematic parcel types to add MPPIC modelling.
More...
|
| TypeName ("MPPICParcel") |
|
| AddToPropertyList (ParcelType, " (UCorrectx UCorrecty UCorrectz)") |
|
| MPPICParcel (const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti) |
|
| MPPICParcel (const polyMesh &mesh, const vector &position, const label celli) |
|
| MPPICParcel (const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti, const label typeId, const scalar nParticle0, const scalar d0, const scalar dTarget0, const vector &U0, const vector &UCorrect0, const typename ParcelType::constantProperties &constProps) |
|
| MPPICParcel (const polyMesh &mesh, Istream &is, bool readFields=true, bool newFormat=true) |
|
| MPPICParcel (const MPPICParcel &p) |
|
| MPPICParcel (const MPPICParcel &p, const polyMesh &mesh) |
|
virtual autoPtr< particle > | clone () const |
|
virtual autoPtr< particle > | clone (const polyMesh &mesh) const |
|
const vector & | UCorrect () const |
|
vector & | UCorrect () |
|
template<class TrackCloudType > |
bool | move (TrackCloudType &cloud, trackingData &td, const scalar trackTime) |
|
void | writeProperties (Ostream &os, const wordRes &filters, const word &delim, const bool namesOnly=false) const |
|
Wrapper around kinematic parcel types to add MPPIC modelling.
- Source files
-
Definition at line 54 of file MPPICParcel.H.
◆ MPPICParcel() [1/6]
◆ MPPICParcel() [2/6]
◆ MPPICParcel() [3/6]
MPPICParcel |
( |
const polyMesh & |
mesh, |
|
|
const barycentric & |
coordinates, |
|
|
const label |
celli, |
|
|
const label |
tetFacei, |
|
|
const label |
tetPti, |
|
|
const label |
typeId, |
|
|
const scalar |
nParticle0, |
|
|
const scalar |
d0, |
|
|
const scalar |
dTarget0, |
|
|
const vector & |
U0, |
|
|
const vector & |
UCorrect0, |
|
|
const typename ParcelType::constantProperties & |
constProps |
|
) |
| |
|
inline |
◆ MPPICParcel() [4/6]
◆ MPPICParcel() [5/6]
◆ MPPICParcel() [6/6]
◆ TypeName()
TypeName |
( |
"MPPICParcel" |
| ) |
|
◆ AddToPropertyList()
AddToPropertyList |
( |
ParcelType |
, |
|
|
" (UCorrectx UCorrecty UCorrectz)" |
|
|
) |
| |
◆ clone() [1/2]
◆ clone() [2/2]
◆ UCorrect() [1/2]
◆ UCorrect() [2/2]
◆ move()
◆ readFields()
◆ writeFields()
◆ writeProperties()
void writeProperties |
( |
Ostream & |
os, |
|
|
const wordRes & |
filters, |
|
|
const word & |
delim, |
|
|
const bool |
namesOnly = false |
|
) |
| const |
◆ readObjects()
◆ writeObjects()
◆ operator
◆ sizeofFields
const std::size_t sizeofFields |
|
static |
◆ UCorrect_
The documentation for this class was generated from the following files:
- src/lagrangian/intermediate/parcels/Templates/MPPICParcel/MPPICParcel.H
- src/lagrangian/intermediate/parcels/Templates/MPPICParcel/MPPICParcel.C
- src/lagrangian/intermediate/parcels/Templates/MPPICParcel/MPPICParcelI.H
- src/lagrangian/intermediate/parcels/Templates/MPPICParcel/MPPICParcelIO.C