35 namespace regionModels
37 namespace surfaceFilmModels
47 mappedConvectiveHeatTransfer,
76 htcConvPrimary_.name(),
88 htcConvPrimary_.correctBoundaryConditions();
91 htcConvFilm_.correctBoundaryConditions();
Base class for surface film models.
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/m^2/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.
addToRunTimeSelectionTable(surfaceFilmRegionModel, kinematicSingleLayer, mesh)
Macros for easy insertion into run-time selection tables.
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.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
void correctBoundaryConditions()
Correct boundary field.
virtual void correct()
Correct.
mappedConvectiveHeatTransfer(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model and dictionary.
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)
Base class for film heat transfer models.