#include <SpecieMixture.H>


Public Member Functions | |
| SpecieMixture (const dictionary &thermoDict, const fvMesh &mesh, const word &phaseName) | |
| Construct from dictionary, mesh and phase name. | |
| virtual | ~SpecieMixture ()=default |
| Destructor. | |
| virtual scalar | W (const label speciei) const |
| Molecular weight of the given specie [kg/kmol]. | |
| virtual scalar | Hc (const label speciei) const |
| Chemical enthalpy [J/kg]. | |
| virtual scalar | Cp (const label speciei, const scalar p, const scalar T) const |
| Heat capacity at constant pressure [J/(kg K)]. | |
| virtual scalar | Cv (const label speciei, const scalar p, const scalar T) const |
| Heat capacity at constant volume [J/(kg K)]. | |
| virtual scalar | HE (const label speciei, const scalar p, const scalar T) const |
| Enthalpy/Internal energy [J/kg]. | |
| virtual scalar | Ha (const label speciei, const scalar p, const scalar T) const |
| Absolute enthalpy [J/kg]. | |
| virtual scalar | Hs (const label speciei, const scalar p, const scalar T) const |
| Sensible enthalpy [J/kg]. | |
| virtual scalar | S (const label speciei, const scalar p, const scalar T) const |
| Entropy [J/(kg K)]. | |
| virtual scalar | Es (const label speciei, const scalar p, const scalar T) const |
| Sensible internal energy [J/kg]. | |
| virtual scalar | G (const label speciei, const scalar p, const scalar T) const |
| Gibbs free energy [J/kg]. | |
| virtual scalar | A (const label speciei, const scalar p, const scalar T) const |
| Helmholtz free energy [J/kg]. | |
| virtual scalar | mu (const label speciei, const scalar p, const scalar T) const |
| Dynamic viscosity [kg/m/s]. | |
| virtual scalar | kappa (const label speciei, const scalar p, const scalar T) const |
| Thermal conductivity [W/m/K]. | |
| virtual scalar | alphah (const label speciei, const scalar p, const scalar T) const |
| Thermal diffusivity of enthalpy [kg/m/s]. | |
| virtual scalar | rho (const label speciei, const scalar p, const scalar T) const |
| Density [kg/m3]. | |
| virtual tmp< scalarField > | Cp (const scalarField &p, const scalarField &T, const label patchi) const =0 |
| Heat capacity at constant pressure for patch [J/kg/K]. | |
| virtual tmp< volScalarField > | Cp () const =0 |
| Heat capacity at constant pressure for patch [J/kg/K]. | |
| virtual tmp< scalarField > | Cv (const scalarField &p, const scalarField &T, const label patchi) const =0 |
| Heat capacity at constant volume for patch [J/kg/K]. | |
| virtual tmp< scalarField > | Cp (const scalarField &p, const scalarField &T, const labelList &cells) const =0 |
| Heat capacity at constant pressure at p and T [J/kg/K]. | |
| virtual tmp< volScalarField > | Cv () const =0 |
| Heat capacity at constant volume [J/kg/K]. | |
| virtual tmp< volScalarField > | W () const =0 |
| Molecular weight of the given specie [kg/kmol]. | |
| virtual tmp< scalarField > | kappa (const label patchi) const =0 |
| Thermal diffusivity for temperature. | |
| virtual tmp< volScalarField > | kappa () const =0 |
| Thermal diffusivity for temperature of mixture [J/m/s/K]. | |
Definition at line 56 of file SpecieMixture.H.
| SpecieMixture | ( | const dictionary & | thermoDict, |
| const fvMesh & | mesh, | ||
| const word & | phaseName ) |
Construct from dictionary, mesh and phase name.
Definition at line 28 of file SpecieMixture.C.
References mesh, and thermoDict.
|
virtualdefault |
Destructor.
|
virtual |
Molecular weight of the given specie [kg/kmol].
Definition at line 47 of file SpecieMixture.C.
|
virtual |
Chemical enthalpy [J/kg].
Definition at line 57 of file SpecieMixture.C.
|
virtual |
Heat capacity at constant pressure [J/(kg K)].
Definition at line 64 of file SpecieMixture.C.

|
virtual |
Heat capacity at constant volume [J/(kg K)].
Definition at line 76 of file SpecieMixture.C.

|
virtual |
Enthalpy/Internal energy [J/kg].
Definition at line 88 of file SpecieMixture.C.

|
virtual |
Absolute enthalpy [J/kg].
Definition at line 100 of file SpecieMixture.C.

|
virtual |
Sensible enthalpy [J/kg].
Definition at line 112 of file SpecieMixture.C.

|
virtual |
Entropy [J/(kg K)].
Definition at line 124 of file SpecieMixture.C.

|
virtual |
Sensible internal energy [J/kg].
Definition at line 136 of file SpecieMixture.C.

|
virtual |
Gibbs free energy [J/kg].
Definition at line 148 of file SpecieMixture.C.

|
virtual |
Helmholtz free energy [J/kg].
Definition at line 160 of file SpecieMixture.C.

|
virtual |
Dynamic viscosity [kg/m/s].
Definition at line 172 of file SpecieMixture.C.

|
virtual |
Thermal conductivity [W/m/K].
Definition at line 184 of file SpecieMixture.C.

|
virtual |
Thermal diffusivity of enthalpy [kg/m/s].
Definition at line 196 of file SpecieMixture.C.

|
virtual |
Density [kg/m3].
Definition at line 208 of file SpecieMixture.C.

|
pure virtual |
Heat capacity at constant pressure for patch [J/kg/K].
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.
|
pure virtual |
Heat capacity at constant pressure for patch [J/kg/K].
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.
|
pure virtual |
Heat capacity at constant volume for patch [J/kg/K].
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.
|
pure virtual |
Heat capacity at constant pressure at p and T [J/kg/K].
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.
|
pure virtual |
Heat capacity at constant volume [J/kg/K].
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.
|
pure virtual |
Molecular weight of the given specie [kg/kmol].
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.
|
pure virtual |
Thermal diffusivity for temperature.
of mixture for patch [J/m/s/K]
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.
|
pure virtual |
Thermal diffusivity for temperature of mixture [J/m/s/K].
Implemented in heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >, heThermo< solidReactionThermo, SpecieMixturereactingMixtureconstIsoSolidTransportsensibleEnthalpyhPowerThermorhoConstspecie >, and heThermo< solidThermo, SpecieMixturemultiComponentMixtureconstIsoSolidTransportsensibleEnthalpyhConstThermorhoConstspecie >.