Go to the documentation of this file.
34 namespace regionModels
36 namespace thermalBaffleModels
64 const word& modelType,
91 <<
"Cp field not available for " <<
type()
116 <<
"kappa field not available for " <<
type()
125 <<
"rho field not available for " <<
type()
134 <<
"K field not available for " <<
type()
143 <<
"T field not available for " <<
type()
152 <<
"T field not available for " <<
type()
154 return NullObjectRef<solidThermo>();
virtual bool read()
Read control parameters from dictionary.
virtual const volScalarField & kappa() const
Return thermal conductivity [W/m/K].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual const volScalarField & rho() const
Return density [Kg/m3].
A class for handling words, derived from string.
virtual const volScalarField & T() const
Return the film mean temperature [K].
virtual ~noThermo()
Destructor.
A class for managing temporary objects.
const dimensionSet dimEnergy
virtual void preEvolveRegion()
Pre-evolve film.
const Time & time() const
Return the reference to the time database.
const fvMesh & primaryMesh() const
Return the reference to the primary mesh database.
virtual void evolveRegion()
Evolve the film equations.
Fundamental solid thermodynamic properties.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
virtual const tmp< volScalarField > Cp() const
Return the film specific heat capacity [J/kg/K].
addToRunTimeSelectionTable(thermalBaffleModel, noThermo, mesh)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
errorManip< error > abort(error &err)
virtual const solidThermo & thermo() const
Return const reference to the solidThermo.
defineTypeNameAndDebug(noThermo, 0)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
virtual bool read()
Read control parameters from dictionary.
virtual const volScalarField & kappaRad() const
Return solid absortivity [1/m].
static const GeometricField< Type, PatchField, GeoMesh > & null()
Return a null geometric field.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
const dimensionSet dimVolume(pow3(dimLength))
Generic GeometricField class.
noThermo(const noThermo &)
Disallow default bitwise copy construct.