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