44 #ifndef NaNFvFieldSource_H
45 #define NaNFvFieldSource_H
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
This source condition provides a NaN value.
virtual ~NaNFvFieldSource()
Destructor.
NaNFvFieldSource(const DimensionedField< Type, volMesh > &, const dictionary &dict)
Construct from internal field and dictionary.
virtual tmp< DimensionedField< Type, volMesh > > sourceValue(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source value.
TypeName("NaN")
Runtime type information.
virtual tmp< DimensionedField< scalar, volMesh > > internalCoeff(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source value.
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.
Base class for finite-volume field sources.
autoPtr< fvFieldSource< Type > > clone() const
Disallow clone without setting internal field reference.
Base class for finite volume sources.
A class for managing temporary objects.