38 #ifndef energyFvScalarFieldSource_H
39 #define energyFvScalarFieldSource_H
54 public fvScalarFieldSource
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
This source condition provides a value for the energy derived from the corresponding condition for th...
virtual autoPtr< fvScalarFieldSource > clone(const DimensionedField< scalar, volMesh > &iF) const
Construct and return a clone setting internal field reference.
TypeName("energy")
Runtime type information.
energyFvScalarFieldSource(const DimensionedField< scalar, volMesh > &)
Construct from internal field.
virtual tmp< DimensionedField< scalar, volMesh > > sourceValue(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source value.
virtual ~energyFvScalarFieldSource()
Destructor.
virtual tmp< DimensionedField< scalar, volMesh > > internalCoeff(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the internal coefficient.
Base class for finite volume sources.
A class for managing temporary objects.