|
Public Member Functions |
| spray (const volPointInterpolation &vpi, const volVectorField &U, const volScalarField &rho, const volScalarField &p, const volScalarField &T, const combustionMixture &composition, const PtrList< specieProperties > &gasProperties, const dictionary &thermophysicalProperties, const dictionary &environmentalProperties) |
| Construct from components.
|
| ~spray () |
void | evolve () |
| Evolve the spray (move, inject and breakup).
|
void | track () |
| Track the spray parcels.
|
void | inject () |
| Inject more parcels.
|
void | atomizationLoop () |
| Primary breakup droplets.
|
void | breakupLoop () |
| Secondary breakup droplets.
|
const Time & | runTime () const |
const fvMesh & | mesh () const |
const volVectorField & | U () const |
const volScalarField & | rho () const |
const volScalarField & | p () const |
const volScalarField & | T () const |
PtrList< injector > & | injectors () |
const PtrList< injector > & | injectors () const |
const atomizationModel & | atomization () const |
const breakupModel & | breakup () const |
const collisionModel & | collisions () const |
const dispersionModel & | dispersion () const |
const dragModel & | drag () const |
const evaporationModel & | evaporation () const |
const heatTransferModel & | heatTransfer () const |
const injectorModel & | injection () const |
const wallModel & | wall () const |
tmp< volVectorField > | momentumSource () const |
tmp< volScalarField > | evaporationSource (const label i) const |
tmp< volScalarField > | heatTransferSource () const |
Random & | rndGen () |
label | subCycles () const |
const vector & | g () const |
const liquidMixture & | fuels () const |
const PtrList< specieProperties > & | gasProperties () const |
const combustionMixture & | composition () const |
const List< label > & | liquidToGasIndex () const |
const List< label > & | gasToLiquidIndex () const |
const List< bool > & | isLiquidFuel () const |
const bool & | twoD () const |
const vector & | axisOfSymmetry () const |
const vector & | axisOfWedge () const |
const vector & | axisOfWedgeNormal () const |
const scalar & | angleOfWedge () const |
const interpolation< vector > & | UInterpolator () const |
const interpolation< scalar > & | rhoInterpolator () const |
const interpolation< scalar > & | pInterpolator () const |
const interpolation< scalar > & | TInterpolator () const |
vectorField & | sms () |
const vectorField & | sms () const |
scalarField & | shs () |
const scalarField & | shs () const |
PtrList< scalarField > & | srhos () |
const PtrList< scalarField > & | srhos () const |
const scalar & | ambientPressure () const |
const scalar & | ambientTemperature () const |
scalar | injectedMass (const scalar t) const |
| Returns the liquid mass that has been injected.
|
scalar | totalMassToInject () const |
| Returns the liquid mass that will be injected by the injectors.
|
scalar | injectedEnthalpy (const scalar t) const |
| Returns the injected enthalpy.
|
scalar | liquidMass () const |
| Returns current total liquid mass in the domain.
|
scalar | liquidEnthalpy () const |
| Returns the enthalpy of all the liquid in the domain.
|
scalar | liquidTotalEnthalpy () const |
| Returns the enthalpy (total) of all the liquid in the domain.
|
scalar | liquidKineticEnergy () const |
| Returns the kinetic energy of the liquid phase.
|
scalar | injectedLiquidKineticEnergy () const |
| Returns the injected kinetic energy of the liquid phase.
|
scalar | liquidPenetration (const label nozzlei, const scalar prc) const |
| Returns the droplet penetration for 'prc' percent of the.
|
scalar | liquidPenetration (const scalar prc) const |
| Returns the droplet penetration for 'prc' percent of the.
|
scalar | smd () const |
| Return Sauter Mean Diameter.
|
scalar | maxD () const |
| Return Maximum Diameter.
|
void | calculateAmbientPressure () |
| Return Ambient Pressure.
|
void | calculateAmbientTemperature () |
| Return Ambient Temperature.
|