46 patch().boundaryMesh().
mesh()
58 thermo.T().boundaryField()[patch().index()];
68 kappa = alphaKappaEff;
69 qByKappa = sumq/kappaEff;
76 thermo.T().boundaryField()[patch().index()]
80 sumKappa += alphaKappaEff();
81 sumKappaT += alphaKappaEff*
T;
85 sumKappaByDelta = sumKappa*patch().deltaCoeffs();
86 sumKappaTByDelta = sumKappaT*patch().deltaCoeffs();
99 patch().boundaryMesh().
mesh()
120 sumKappa += alphaKappaEff;
121 sumKappaT += alphaKappaEff*
T;
124 sumKappaByDeltaNbr = sumKappa*patch().deltaCoeffs();
125 sumKappaTByDeltaNbr = sumKappaT*patch().deltaCoeffs();
137 patch().boundaryMesh().
mesh()
#define forAll(list, i)
Loop across all elements in list.
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
virtual const volScalarField & T() const =0
Temperature [K].
Mixed boundary condition for the phase temperature of a phase in an Euler-Euler multiphase simulation...
virtual void getNbr(tmp< scalarField > &sumKappaTByDeltaNbr, tmp< scalarField > &sumKappaByDeltaNbr, tmp< scalarField > &qNbr) const
Get the neighbour patch sum kappa*Tc/delta and kappa/delta.
coupledMultiphaseTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
virtual void getThis(tmp< scalarField > &kappa, tmp< scalarField > &sumKappaTByDelta, tmp< scalarField > &sumKappaByDelta, scalarField &sumq, tmp< scalarField > &qByKappa) const
Get the patch kappa, sum kappa*Tc/delta and kappa/delta for all phases.
Mixed boundary condition for temperature, to be used for heat-transfer with another region in a CHT c...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type and name.
virtual tmp< scalarField > kappaEff(const label patchi) const =0
Effective thermal turbulent conductivity.
virtual const rhoThermo & thermo() const =0
Return the thermophysical model.
Class to represent a system of phases and model interfacial transfers between them.
static const word propertiesName
Default name of the phase properties dictionary.
const phaseModelList & phases() const
Return the phase models.
const fvMesh & mesh() const
Return the mesh.
Base-class for thermodynamic properties based on density.
A class for managing temporary objects.
T & ref() const
Return non-const reference or generate a fatal error.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
fluidMulticomponentThermo & thermo