54template<
class ThermoType>
67 mutable ThermoType mixture_;
79 egrMixture(
const egrMixture<ThermoType>&) =
delete;
108 return "egrMixture<" + ThermoType::typeName() +
'>';
123 const ThermoType&
cellMixture(
const label celli)
const
125 return mixture(ft_[celli], b_[celli], egr_[celli]);
136 ft_.boundaryField()[patchi][facei],
137 b_.boundaryField()[patchi][facei],
138 egr_.boundaryField()[patchi][facei]
144 return mixture(ft_[celli], 1, egr_[celli]);
155 ft_.boundaryField()[patchi][facei],
157 egr_.boundaryField()[patchi][facei]
163 return mixture(ft_[celli], 0, 0);
174 ft_.boundaryField()[patchi][facei],
basicCombustionMixture(const dictionary &thermoDict, const wordList &specieNames, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, specie names, mesh and phase name.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const ThermoType & cellMixture(const label celli) const
const ThermoType & cellReactants(const label celli) const
const ThermoType & cellProducts(const label celli) const
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const ThermoType & patchFaceProducts(const label patchi, const label facei) const
static word typeName()
Return the instantiated type name.
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
const dimensionedScalar & stoicRatio() const
const ThermoType & patchFaceReactants(const label patchi, const label facei) const
void read(const dictionary &)
Read dictionary.
const ThermoType & getLocalThermo(const label speciei) const
Return thermo based on index.
virtual ~egrMixture()=default
Destructor.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from Foam::string.
const dictionary & thermoDict
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture