36 #ifndef energyCalculatedTemperatureFvScalarFieldSource_H
37 #define energyCalculatedTemperatureFvScalarFieldSource_H
52 public fvScalarFieldSource
57 TypeName(
"energyCalculatedTemperature");
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Base class for temperature source conditions in which the parameters of the corresponding energy cond...
energyCalculatedTemperatureFvScalarFieldSource(const DimensionedField< scalar, volMesh > &, const dictionary &dict)
Construct from internal field and dictionary.
virtual tmp< DimensionedField< scalar, volMesh > > sourceHeValue(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const =0
Return the source energy value.
virtual tmp< DimensionedField< scalar, volMesh > > sourceValue(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source value. Not implemented.
TypeName("energyCalculatedTemperature")
Runtime type information.
virtual ~energyCalculatedTemperatureFvScalarFieldSource()
Destructor.
Base class for finite volume sources.
A class for managing temporary objects.