42 mixedFvPatchScalarField(p, iF)
44 valueFraction() = 0.0;
59 mixedFvPatchScalarField(ptf, p, iF, mapper)
71 mixedFvPatchScalarField(p, iF, dict)
81 mixedFvPatchScalarField(tppsf)
92 mixedFvPatchScalarField(tppsf, iF)
109 mixedFvPatchScalarField& Tw = refCast<mixedFvPatchScalarField>
116 valueFraction() = Tw.valueFraction();
117 refValue() = thermo.
he(pw, Tw.refValue(),
patchi);
119 thermo.
Cpv(pw, Tw, patchi)*Tw.refGrad()
120 + patch().deltaCoeffs()*
122 thermo.
he(pw, Tw, patchi)
123 - thermo.
he(pw, Tw, patch().faceCells())
126 mixedFvPatchScalarField::updateCoeffs();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Abstract base-class for fluid and solid thermodynamic properties.
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.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
mixedEnergyFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
virtual const volScalarField & T() const
Temperature [K].
rhoReactionThermo & thermo
virtual tmp< volScalarField > Cpv() const =0
Heat capacity at constant pressure/volume [J/kg/K].
Macros for easy insertion into run-time selection tables.
virtual volScalarField & he()=0
Enthalpy/Internal energy [J/kg].
virtual volScalarField & p()
Pressure [Pa].
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Foam::fvPatchFieldMapper.
static Table::iterator lookupThermo(const dictionary &thermoTypeDict, Table *tablePtr, const int nCmpt, const char *cmptNames[], const word &thermoTypeName)
Generic lookup for thermodynamics package thermoTypeName.
This boundary condition provides a mixed condition for internal energy.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)