Specialization of basicMixture for a mixture consisting of a number for molecular species. More...


Public Types | |
| typedef basicSpecieMixture | basicMixtureType |
| The base class of the mixture. More... | |
Public Types inherited from basicMixture | |
| typedef basicMixture | basicMixtureType |
| The base class of the mixture. More... | |
Public Member Functions | |
| TypeName ("basicSpecieMixture") | |
| Run time type information. More... | |
| basicSpecieMixture (const dictionary &, const wordList &specieNames, const fvMesh &, const word &) | |
| Construct from dictionary, species names, mesh and phase name. More... | |
| virtual | ~basicSpecieMixture () |
| Destructor. More... | |
| const speciesTable & | species () const |
| Return the table of species. More... | |
| bool | contains (const word &specieName) const |
| Does the mixture include this specie? More... | |
| bool | active (label speciei) const |
| Return true for active species. More... | |
| const List< bool > & | active () const |
| Return the bool list of active species. More... | |
| void | setActive (label speciei) const |
| Set speciei active. More... | |
| void | setInactive (label speciei) const |
| Set speciei inactive. More... | |
| PtrList< volScalarField > & | Y () |
| Return the mass-fraction fields. More... | |
| const PtrList< volScalarField > & | Y () const |
| Return the const mass-fraction fields. More... | |
| volScalarField & | Y (const label i) |
| Return the mass-fraction field for a specie given by index. More... | |
| const volScalarField & | Y (const label i) const |
| Return the const mass-fraction field for a specie given by index. More... | |
| volScalarField & | Y (const word &specieName) |
| Return the mass-fraction field for a specie given by name. More... | |
| const volScalarField & | Y (const word &specieName) const |
| Return the const mass-fraction field for a specie given by name. More... | |
| virtual scalar | Wi (const label speciei) const =0 |
| Molecular weight of the given specie [kg/kmol]. More... | |
| virtual scalar | Hf (const label speciei) const =0 |
| Enthalpy of formation [J/kg]. More... | |
| virtual scalar | rho (const label speciei, const scalar p, const scalar T) const =0 |
| Density [kg/m^3]. More... | |
| virtual tmp< volScalarField > | rho (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Density [kg/m^3]. More... | |
| virtual scalar | Cp (const label speciei, const scalar p, const scalar T) const =0 |
| Heat capacity at constant pressure [J/kg/K]. More... | |
| virtual tmp< volScalarField > | Cp (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Heat capacity at constant pressure [J/kg/K]. More... | |
| virtual scalar | HE (const label speciei, const scalar p, const scalar T) const =0 |
| Enthalpy/Internal energy [J/kg]. More... | |
| virtual tmp< scalarField > | HE (const label speciei, const scalarField &p, const scalarField &T) const =0 |
| Enthalpy/Internal energy [J/kg]. More... | |
| virtual tmp< volScalarField > | HE (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Enthalpy/Internal energy [J/kg]. More... | |
| virtual scalar | Hs (const label speciei, const scalar p, const scalar T) const =0 |
| Sensible enthalpy [J/kg]. More... | |
| virtual tmp< scalarField > | Hs (const label speciei, const scalarField &p, const scalarField &T) const =0 |
| Sensible enthalpy [J/kg]. More... | |
| virtual tmp< volScalarField > | Hs (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Sensible enthalpy [J/kg]. More... | |
| virtual scalar | Ha (const label speciei, const scalar p, const scalar T) const =0 |
| Absolute enthalpy [J/kg]. More... | |
| virtual tmp< scalarField > | Ha (const label speciei, const scalarField &p, const scalarField &T) const =0 |
| Enthalpy/Internal energy [J/kg]. More... | |
| virtual tmp< volScalarField > | Ha (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Absolute enthalpy [J/kg]. More... | |
| virtual scalar | mu (const label speciei, const scalar p, const scalar T) const =0 |
| Dynamic viscosity [kg/m/s]. More... | |
| virtual tmp< volScalarField > | mu (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Dynamic viscosity [kg/m/s]. More... | |
| virtual scalar | kappa (const label speciei, const scalar p, const scalar T) const =0 |
| Thermal conductivity [W/m/K]. More... | |
| virtual tmp< volScalarField > | kappa (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Thermal conductivity [W/m/K]. More... | |
| virtual scalar | alphah (const label speciei, const scalar p, const scalar T) const =0 |
| Thermal conductivity [W/m/K]. More... | |
| virtual tmp< volScalarField > | alphah (const label speciei, const volScalarField &p, const volScalarField &T) const =0 |
| Thermal diffusivity of enthalpy [kg/m/s]. More... | |
Public Member Functions inherited from basicMixture | |
| basicMixture (const dictionary &, const fvMesh &, const word &) | |
| Construct from dictionary, mesh and phase name. More... | |
Protected Attributes | |
| speciesTable | species_ |
| Table of specie names. More... | |
| List< bool > | active_ |
| List of specie active flags. More... | |
| PtrList< volScalarField > | Y_ |
| Species mass fractions. More... | |
Specialization of basicMixture for a mixture consisting of a number for molecular species.
Definition at line 52 of file basicSpecieMixture.H.
| typedef basicSpecieMixture basicMixtureType |
The base class of the mixture.
Definition at line 77 of file basicSpecieMixture.H.
| basicSpecieMixture | ( | const dictionary & | thermoDict, |
| const wordList & | specieNames, | ||
| const fvMesh & | mesh, | ||
| const word & | phaseName | ||
| ) |
Construct from dictionary, species names, mesh and phase name.
Definition at line 39 of file basicSpecieMixture.C.
References IOobject::AUTO_WRITE, TimePaths::constant(), forAll, IOobject::groupName(), mesh, IOobject::MUST_READ, IOobject::NO_READ, IOobject::NO_WRITE, fvMesh::time(), Time::timeName(), and tmp< T >::valid().

|
inlinevirtual |
Destructor.
Definition at line 93 of file basicSpecieMixture.H.
References basicSpecieMixture::active(), basicSpecieMixture::alphah(), basicSpecieMixture::contains(), basicSpecieMixture::Cp(), basicSpecieMixture::Ha(), basicSpecieMixture::HE(), basicSpecieMixture::Hf(), basicSpecieMixture::Hs(), basicSpecieMixture::kappa(), basicSpecieMixture::mu(), p, basicSpecieMixture::rho(), basicSpecieMixture::setActive(), basicSpecieMixture::setInactive(), basicSpecieMixture::species(), Foam::T(), basicSpecieMixture::Wi(), and basicSpecieMixture::Y().

| TypeName | ( | "basicSpecieMixture" | ) |
Run time type information.
|
inline |
Return the table of species.
Definition at line 26 of file basicSpecieMixtureI.H.
References basicSpecieMixture::species_.
Referenced by greyMean::aCont(), wideBand::aCont(), adsorptionMassFractionFvPatchScalarField::calcPhiYp(), semiPermeableBaffleMassFractionFvPatchScalarField::calcPhiYp(), SLGThermo::carrierId(), ReactingParcel< ParcelType >::correctSurfaceValues(), mixtureFraction< ThermoType >::mixtureFraction(), ReactingCloud< Foam::DSMCCloud >::ReactingCloud(), SLGThermo::SLGThermo(), thermoSingleLayer::thermoSingleLayer(), and basicSpecieMixture::~basicSpecieMixture().

|
inline |
Does the mixture include this specie?
Definition at line 32 of file basicSpecieMixtureI.H.
References hashedWordList::found(), and basicSpecieMixture::species_.
Referenced by basicSpecieMixture::~basicSpecieMixture().


|
inline |
Return true for active species.
Definition at line 38 of file basicSpecieMixtureI.H.
References basicSpecieMixture::active_.
Referenced by TDACChemistryModel< CompType, ThermoType >::solve().

|
inline |
Return the bool list of active species.
Definition at line 44 of file basicSpecieMixtureI.H.
References basicSpecieMixture::active_.
Referenced by basicSpecieMixture::~basicSpecieMixture().

|
inline |
Set speciei active.
Definition at line 50 of file basicSpecieMixtureI.H.
References basicSpecieMixture::active_, IOobject::AUTO_WRITE, and basicSpecieMixture::Y_.
Referenced by TDACChemistryModel< CompType, ThermoType >::solve(), and basicSpecieMixture::~basicSpecieMixture().

|
inline |
Set speciei inactive.
Definition at line 57 of file basicSpecieMixtureI.H.
References basicSpecieMixture::active_, IOobject::NO_WRITE, and basicSpecieMixture::Y_.
Referenced by TDACChemistryModel< CompType, ThermoType >::TDACChemistryModel(), and basicSpecieMixture::~basicSpecieMixture().

|
inline |
Return the mass-fraction fields.
Definition at line 64 of file basicSpecieMixtureI.H.
References basicSpecieMixture::Y_.
Referenced by greyMean::aCont(), wideBand::aCont(), COxidationDiffusionLimitedRate< CloudType >::calculate(), COxidationKineticDiffusionLimitedRate< CloudType >::calculate(), COxidationHurtMitchell< CloudType >::calculate(), COxidationIntrinsicRate< CloudType >::calculate(), COxidationMurphyShaddix< CloudType >::calculate(), ReactingParcel< ParcelType >::correctSurfaceValues(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::divq(), mixtureFraction< ThermoType >::mixtureFraction(), specieTransferTemperatureFvPatchScalarField::phiHep(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::q(), basicSpecieMixture::Y(), and basicSpecieMixture::~basicSpecieMixture().

|
inline |
Return the const mass-fraction fields.
Definition at line 71 of file basicSpecieMixtureI.H.
References basicSpecieMixture::Y_.
|
inline |
Return the mass-fraction field for a specie given by index.
Definition at line 77 of file basicSpecieMixtureI.H.
References basicSpecieMixture::Y(), and basicSpecieMixture::Y_.

|
inline |
Return the const mass-fraction field for a specie given by index.
Definition at line 84 of file basicSpecieMixtureI.H.
References basicSpecieMixture::Y(), and basicSpecieMixture::Y_.

|
inline |
Return the mass-fraction field for a specie given by name.
Definition at line 93 of file basicSpecieMixtureI.H.
References basicSpecieMixture::species_, basicSpecieMixture::Y(), and basicSpecieMixture::Y_.

|
inline |
Return the const mass-fraction field for a specie given by name.
Definition at line 102 of file basicSpecieMixtureI.H.
References basicSpecieMixture::species_, and basicSpecieMixture::Y_.
|
pure virtual |
Molecular weight of the given specie [kg/kmol].
Referenced by greyMean::aCont(), wideBand::aCont(), adsorptionMassFractionFvPatchScalarField::calcPhiYp(), semiPermeableBaffleMassFractionFvPatchScalarField::calcPhiYp(), waxSolventEvaporation::correctModel(), ReactingParcel< ParcelType >::correctSurfaceValues(), and basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Enthalpy of formation [J/kg].
Referenced by basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Density [kg/m^3].
Referenced by basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Density [kg/m^3].
|
pure virtual |
Heat capacity at constant pressure [J/kg/K].
Referenced by ReactingParcel< ParcelType >::correctSurfaceValues(), and basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Heat capacity at constant pressure [J/kg/K].
|
pure virtual |
Enthalpy/Internal energy [J/kg].
Referenced by nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::divq(), specieTransferTemperatureFvPatchScalarField::phiHep(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::q(), and basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Enthalpy/Internal energy [J/kg].
|
pure virtual |
Enthalpy/Internal energy [J/kg].
|
pure virtual |
Sensible enthalpy [J/kg].
Referenced by basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Sensible enthalpy [J/kg].
|
pure virtual |
Sensible enthalpy [J/kg].
|
pure virtual |
Absolute enthalpy [J/kg].
Referenced by basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Enthalpy/Internal energy [J/kg].
|
pure virtual |
Absolute enthalpy [J/kg].
|
pure virtual |
Dynamic viscosity [kg/m/s].
Referenced by ReactingParcel< ParcelType >::correctSurfaceValues(), and basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Dynamic viscosity [kg/m/s].
|
pure virtual |
Thermal conductivity [W/m/K].
Referenced by ReactingParcel< ParcelType >::correctSurfaceValues(), and basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Thermal conductivity [W/m/K].
|
pure virtual |
Thermal conductivity [W/m/K].
Referenced by basicSpecieMixture::~basicSpecieMixture().

|
pure virtual |
Thermal diffusivity of enthalpy [kg/m/s].
|
protected |
Table of specie names.
Definition at line 62 of file basicSpecieMixture.H.
Referenced by basicSpecieMixture::contains(), basicSpecieMixture::species(), and basicSpecieMixture::Y().
|
mutableprotected |
List of specie active flags.
Definition at line 65 of file basicSpecieMixture.H.
Referenced by basicSpecieMixture::active(), basicSpecieMixture::setActive(), and basicSpecieMixture::setInactive().
|
protected |
Species mass fractions.
Definition at line 68 of file basicSpecieMixture.H.
Referenced by basicSpecieMixture::setActive(), basicSpecieMixture::setInactive(), and basicSpecieMixture::Y().