29#include "surfaceInterpolate.H"
48 const word& propertiesName
Abstract base class for turbulence models (RAS, LES and laminar).
virtual void correctEnergyTransport()
Correct the turbulence thermal diffusivity for energy transport.
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
A class for managing temporary objects.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.