69 const fvMesh&
mesh = patch_.boundaryMesh().mesh();
74 const word fluidThermoName
76 IOobject::groupName(physicalProperties::typeName,
phase)
85 thermophysicalTransportModel::typeName,
125 <<
"Cannot find a fluidThermo or solidThermo instance" 128 return scalarField::null();
virtual tmp< symmTensorField > KappaLocal(const label patchi) const =0
Anisotropic thermal conductivity for patch.
temperatureCoupledBase(const fvPatch &patch)
Construct from patch.
fluidReactionThermo & thermo
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
bool foundObject(const word &name) const
Is the named Type found?
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
virtual bool isotropic() const =0
Return true if thermal conductivity is isotropic.
A class for handling words, derived from string.
Base-class for fluid thermodynamic properties.
virtual const volScalarField & kappa() const =0
Thermal conductivity of mixture [W/m/K].
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Base-class for solid thermodynamic properties.
Abstract base class for thermophysical transport models (RAS, LES and laminar).
Common functions used in temperature coupled boundaries.
virtual tmp< volScalarField > kappaEff() const =0
Effective thermal turbulent diffusivity for temperature.
tmp< scalarField > kappa(const fvPatchScalarField &Tp) const
Given patch temperature calculate corresponding K field.
Mesh data needed to do the Finite Volume discretisation.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
void write(Ostream &) const
Write.
const DimensionedField< Type, volMesh > & internalField() const
Return dimensioned internal field reference.