|
Public Member Functions |
| parcel (const Cloud< parcel > &cloud, const vector &position, const label celli, const vector &n, const scalar d, const scalar T, const scalar m, const scalar y, const scalar yDot, const scalar ct, const scalar ms, const scalar tTurb, const scalar liquidCore, const scalar injector, const vector &U, const vector &Uturb, const scalarField &X, const List< word > &fuelNames) |
| Construct from components.
|
| parcel (const Cloud< parcel > &cloud, Istream &is, bool readFields=true) |
| Construct from Istream reading field values if required.
|
virtual | ~parcel () |
const List< word > & | fuelNames () const |
| Return the names of the liquid fuel components.
|
scalar | d () const |
| Return diameter of droplets in parcel.
|
scalar & | d () |
| Return diameter of droplets in parcel.
|
scalar | T () const |
| Return temperature of droplets in parcel.
|
scalar & | T () |
| Return temperature of droplets in parcel.
|
scalar | m () const |
| Return total parcel mass.
|
scalar & | m () |
| Return total parcel mass.
|
scalar | dev () const |
| Return spherical deviation of droplets in parcel.
|
scalar & | dev () |
| Return spherical deviation of droplets in parcel.
|
scalar | ddev () const |
| Return rate of change of spherical deviation of.
|
scalar & | ddev () |
| Return rate of change of spherical deviation of.
|
scalar | ct () const |
| Return characteristic time of droplets in parcel.
|
scalar & | ct () |
| Return characteristic time of droplets in parcel.
|
scalar & | ms () |
| Return stripped mass of droplets in parcel.
|
scalar | ms () const |
| Return stripped mass of droplets in parcel.
|
scalar & | tTurb () |
| Return time spent in turbulent eddy.
|
scalar | tTurb () const |
| Return time spent in turbulent eddy.
|
scalar & | liquidCore () |
| Return part of liquid liquidCore.
|
scalar | liquidCore () const |
| Return part of liquid liquidCore.
|
scalar & | injector () |
| Return the injector from which is injected.
|
scalar | injector () const |
| Return the injector from which is injected.
|
const vector & | U () const |
| Return velocity of parcel.
|
vector & | U () |
| Return velocity of parcel.
|
const vector & | Uturb () const |
| Return turbulent velocity fluctuation.
|
vector & | Uturb () |
| Return turbulent velocity fluctuation.
|
const vector & | n () const |
| Return the normal used for 2D purposes.
|
vector & | n () |
| Return the normal used for 2D purposes.
|
const scalarField & | X () const |
| Return the liquid fuel molar fractions.
|
scalarField & | X () |
| Return the liquid fuel molar fractions.
|
scalar & | tMom () |
| Return the momentum relaxation time of droplets in parcel.
|
scalar | tMom () const |
| Return the momentum relaxation time of droplets in parcel.
|
scalar & | t0 () |
| Return the time at start of tracking.
|
scalar | t0 () const |
| Return the time at start of tracking.
|
scalar & | tEnd () |
| Return the time remaining to reach end of trajectory.
|
scalar | tEnd () const |
| Return the time remaining to reach end of trajectory.
|
scalar | N (const scalar rho) const |
| Return statistical number of drops in parcel.
|
vector | Urel (const vector &) const |
| Return relative velocity between given vector and parcel.
|
scalar | Re (const scalar rho, const vector &U, const scalar mu) const |
| Reynolds number based on rho an dynamic viscosity.
|
scalar | Re (const vector &U, const scalar nu) const |
| Reynolds number based on kinematic viscosity.
|
scalar | We (const vector &U, const scalar rho, const scalar sigma) const |
| Weber number.
|
scalar | Sc (const scalar mu, const scalar rho, const scalar massDiffusion) const |
| Schmidt number based on dynamic viscosity and rho.
|
scalar | Sc (const scalar nu, const scalar massDiffusion) const |
| Schmidt number based on kinematic viscosity.
|
scalar | Pr (const scalar cp, const scalar mu, const scalar kappa) const |
| Prandtl number.
|
scalar | Vd () const |
| Volume of one droplet in the parcel.
|
scalar | V (const scalar rho) const |
| Volume of all droplets in parcel.
|
bool | move (spray &sprayData) |
void | transformProperties (const tensor &T) |
| Transform the position and physical properties of the particle.
|
void | correctNormal (const vector &sym) |
| fix the 2D plane normal,
|
Friends |
class | Cloud<parcel> |
Ostream & | operator<< (Ostream &, const parcel &) |