Wrapper around kinematic parcel types to add MPPIC modelling. More...


Classes | |
| class | iNew |
| Factory class to read-construct particles (for parallel transfer) More... | |
| class | trackingData |
Public Member Functions | |
| TypeName ("MPPICParcel") | |
| Runtime type information. More... | |
| AddToPropertyList (ParcelType, " (UCorrectx UCorrecty UCorrectz)") | |
| String representation of properties. More... | |
| MPPICParcel (const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti) | |
| Construct from mesh, coordinates and topology. More... | |
| MPPICParcel (const polyMesh &mesh, const vector &position, const label celli) | |
| Construct from a position and a cell, searching for the rest of the. More... | |
| 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) | |
| Construct from components. More... | |
| MPPICParcel (const polyMesh &mesh, Istream &is, bool readFields=true, bool newFormat=true) | |
| Construct from Istream. More... | |
| MPPICParcel (const MPPICParcel &p) | |
| Construct as a copy. More... | |
| MPPICParcel (const MPPICParcel &p, const polyMesh &mesh) | |
| Construct as a copy. More... | |
| virtual autoPtr< particle > | clone () const |
| Return a (basic particle) clone. More... | |
| virtual autoPtr< particle > | clone (const polyMesh &mesh) const |
| Return a (basic particle) clone. More... | |
| const vector & | UCorrect () const |
| Return const access to correction velocity. More... | |
| vector & | UCorrect () |
| Return access to correction velocity. More... | |
| template<class TrackCloudType > | |
| bool | move (TrackCloudType &cloud, trackingData &td, const scalar trackTime) |
| Move the parcel. More... | |
| void | writeProperties (Ostream &os, const wordRes &filters, const word &delim, const bool namesOnly=false) const |
| Write individual parcel properties to stream. More... | |
Static Public Member Functions | |
| template<class CloudType > | |
| static void | readFields (CloudType &c) |
| Read. More... | |
| template<class CloudType > | |
| static void | writeFields (const CloudType &c) |
| Write. More... | |
| template<class CloudType > | |
| static void | readObjects (CloudType &c, const objectRegistry &obr) |
| Read particle fields as objects from the obr registry. More... | |
| template<class CloudType > | |
| static void | writeObjects (const CloudType &c, objectRegistry &obr) |
| Write particle fields as objects into the obr registry. More... | |
Static Public Attributes | |
| static const std::size_t | sizeofFields |
| Size in bytes of the fields. More... | |
Protected Attributes | |
| vector | UCorrect_ |
| Velocity correction due to collisions [m/s]. More... | |
Friends | |
| Ostream & | operator (Ostream &, const MPPICParcel< ParcelType > &) |
Wrapper around kinematic parcel types to add MPPIC modelling.
Definition at line 54 of file MPPICParcel.H.
|
inline |
Construct from mesh, coordinates and topology.
Other properties initialised as null
Definition at line 25 of file MPPICParcelI.H.
|
inline |
Construct from a position and a cell, searching for the rest of the.
required topology. Other properties are initialised as null.
Definition at line 40 of file MPPICParcelI.H.
|
inline |
Construct from components.
Definition at line 53 of file MPPICParcelI.H.
| MPPICParcel | ( | const polyMesh & | mesh, |
| Istream & | is, | ||
| bool | readFields = true, |
||
| bool | newFormat = true |
||
| ) |
Construct from Istream.
Definition at line 44 of file MPPICParcelIO.C.
References Istream::beginRawRead(), IOstream::check(), IOstream::checkLabelSize(), IOstream::checkScalarSize(), Istream::endRawRead(), IOstreamOption::format(), FUNCTION_NAME, Foam::expressions::Detail::nComponents(), Istream::read(), and Foam::readFields().

| MPPICParcel | ( | const MPPICParcel< ParcelType > & | p | ) |
Construct as a copy.
| MPPICParcel | ( | const MPPICParcel< ParcelType > & | p, |
| const polyMesh & | mesh | ||
| ) |
Construct as a copy.
| TypeName | ( | "MPPICParcel< ParcelType >" | ) |
Runtime type information.
| AddToPropertyList | ( | ParcelType | , |
| " (UCorrectx UCorrecty UCorrectz)" | |||
| ) |
String representation of properties.
Return a (basic particle) clone.
Definition at line 289 of file MPPICParcel.H.
References particle< Type >::Clone().

Return a (basic particle) clone.
Definition at line 297 of file MPPICParcel.H.
References particle< Type >::Clone(), and mesh.

|
inline |
Return const access to correction velocity.
Definition at line 89 of file MPPICParcelI.H.
|
inline |
Return access to correction velocity.
Definition at line 96 of file MPPICParcelI.H.
| bool move | ( | TrackCloudType & | cloud, |
| trackingData & | td, | ||
| const scalar | trackTime | ||
| ) |
Move the parcel.
Definition at line 53 of file MPPICParcel.C.
References f(), p, td(), KinematicParcel< ParcelType >::trackingData::tpLinearTrack, and KinematicParcel< ParcelType >::U().

|
static |
Read.
Definition at line 82 of file MPPICParcelIO.C.
References Foam::constant::universal::c, p, and Foam::readFields().

|
static |
Write.
Definition at line 107 of file MPPICParcelIO.C.
References Foam::constant::universal::c, p, regIOobject::write(), and Foam::writeFields().

| void writeProperties | ( | Ostream & | os, |
| const wordRes & | filters, | ||
| const word & | delim, | ||
| const bool | namesOnly = false |
||
| ) | const |
Write individual parcel properties to stream.
Definition at line 131 of file MPPICParcelIO.C.
References os(), and writeProp.

|
static |
Read particle fields as objects from the obr registry.
Definition at line 153 of file MPPICParcelIO.C.
References Foam::constant::universal::c, and p.
|
static |
Write particle fields as objects into the obr registry.
Definition at line 178 of file MPPICParcelIO.C.
References Foam::constant::universal::c, and p.
|
friend |
|
static |
Size in bytes of the fields.
Definition at line 82 of file MPPICParcel.H.
|
protected |
Velocity correction due to collisions [m/s].
Definition at line 196 of file MPPICParcel.H.