92 const word& YName = internalField().name();
95 db().lookupObject<
fluidThermo>(physicalProperties::typeName);
104 thermophysicalTransportModel::typeName
108 ttm.
alphaEff(patch().index())*patch().deltaCoeffs()
116 Wi = mixture.
Wi(mixture.
species()[YName]);
123 tW = thermo.
W(patch().index());
139 k *= thermo.
rho(patch().index())/Wi;
153 /(1/
c_ + k/alphaEffDeltap)
const scalar c_
Transfer coefficient.
virtual void write(Ostream &) const
Write.
fluidReactionThermo & thermo
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3].
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void write(Ostream &) const
Write.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual scalar Wi(const label speciei) const =0
Molecular weight of the given specie [kg/kmol].
label k
Boltzmann constant.
Specialisation of basicMixture for a mixture consisting of a number for molecular species...
static const basicSpecieMixture & composition(const objectRegistry &db)
Access the composition for the given database.
virtual volScalarField & p()=0
Pressure [Pa].
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Base-class for fluid thermodynamic properties.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
virtual tmp< volScalarField > W() const =0
Molecular weight [kg/kmol].
This is a mass-fraction boundary condition for an adsorbing wall.
Abstract base class for thermophysical transport models (RAS, LES and laminar).
Abstract base class for specie-transferring mass fraction boundary conditions.
virtual tmp< volScalarField > alphaEff() const =0
Effective thermal turbulent diffusivity of mixture [kg/m/s].
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const property property_
Property driving the transfer.
A class for managing temporary objects.
adsorptionMassFractionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
tmp< scalarField > calcPhiYp() const
Return the flux of this species.
const speciesTable & species() const
Return the table of species.