Class used to pass kinematic tracking data to the trackToFace function. More...
#include <src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.H>
Class used to pass kinematic tracking data to the trackToFace function.
Definition at line 122 of file KinematicParcel.H.
Public Member Functions | |
trackData (KinematicCloud< ParcelType > &cloud, const constantProperties &constProps, const interpolation< scalar > &rhoInterp, const interpolation< vector > &UInterp, const interpolation< scalar > &muInterp, const vector &g) | |
Construct from components.
| |
KinematicCloud< ParcelType > & | cloud () |
Return access to the owner cloud.
| |
const constantProperties & | constProps () const |
Return const access to the constant properties.
| |
const interpolation< scalar > & | rhoInterp () const |
Return conat access to the interpolator for continuous.
| |
const interpolation< vector > & | UInterp () const |
Return conat access to the interpolator for continuous.
| |
const interpolation< scalar > & | muInterp () const |
Return conat access to the interpolator for continuous.
| |
const vector & | g () const |
trackData | ( | KinematicCloud< ParcelType > & | cloud, |
const constantProperties & | constProps, | ||
const interpolation< scalar > & | rhoInterp, | ||
const interpolation< vector > & | UInterp, | ||
const interpolation< scalar > & | muInterp, | ||
const vector & | g | ||
) | [inline]
|
Construct from components.
Definition at line 48 of file KinematicParcelI.H.
Foam::KinematicCloud< ParcelType > & cloud | ( | ) | [inline]
|
Return access to the owner cloud.
Reimplemented from Particle< ParticleType >::trackData.
Reimplemented in ReactingMultiphaseParcel< ParcelType >::trackData, ReactingParcel< ParcelType >::trackData, and ThermoParcel< ParcelType >::trackData.
Definition at line 156 of file KinematicParcelI.H.
References Particle< ParcelType >::cloud_.
const Foam::KinematicParcel< ParcelType >::constantProperties & constProps | ( | ) | const [inline]
|
Return const access to the constant properties.
Reimplemented in ReactingMultiphaseParcel< ParcelType >::trackData, ReactingParcel< ParcelType >::trackData, and ThermoParcel< ParcelType >::trackData.
Definition at line 164 of file KinematicParcelI.H.
const Foam::interpolation< Foam::scalar > & rhoInterp | ( | ) | const [inline]
|
Return conat access to the interpolator for continuous.
phase density field
Definition at line 172 of file KinematicParcelI.H.
const Foam::interpolation< Foam::vector > & UInterp | ( | ) | const [inline]
|
Return conat access to the interpolator for continuous.
phase velocity field
Definition at line 180 of file KinematicParcelI.H.
const Foam::interpolation< Foam::scalar > & muInterp | ( | ) | const [inline]
|
Return conat access to the interpolator for continuous.
phase dynamic viscosity field
Definition at line 188 of file KinematicParcelI.H.
const Foam::vector & g | ( | ) | const [inline]
|
Definition at line 196 of file KinematicParcelI.H.