35 namespace regionModels
37 namespace surfaceFilmModels
47 mappedConvectiveHeatTransfer,
53 mappedConvectiveHeatTransfer::mappedConvectiveHeatTransfer
76 htcConvPrimary_.name(),
88 htcConvPrimary_.correctBoundaryConditions();
91 htcConvFilm_.correctBoundaryConditions();
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual tmp< volScalarField > h() const
Return the heat transfer coefficient [W/m2/K].
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const Time & time() const
Return the reference to the time database.
virtual ~mappedConvectiveHeatTransfer()
Destructor.
Macros for easy insertion into run-time selection tables.
addToRunTimeSelectionTable(surfaceFilmModel, kinematicSingleLayer, mesh)
const fvMesh & primaryMesh() const
Return the reference to the primary mesh database.
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
const fvMesh & regionMesh() const
Return the region mesh database.
dimensionedScalar pow3(const dimensionedScalar &ds)
wordList mappedPushedFieldPatchTypes() const
Return boundary types for pushed mapped field patches.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Base class for surface film models.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
void correctBoundaryConditions()
Correct boundary field.
virtual void correct()
Correct.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
defineTypeNameAndDebug(kinematicSingleLayer, 0)