73 model.
name() +
":" + this->internalField().name() +
"SourceValue",
74 this->internalField().mesh(),
78 this->internalField().dimensions(),
109 model.
name() +
":" + this->internalField().name() +
"InternalCoeff",
110 this->internalField().mesh(),
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
static tmp< DimensionedField< Type, GeoMesh, PrimitiveField > > New(const word &name, const Mesh &mesh, const dimensionSet &, const PrimitiveField< Type > &)
Return a temporary field constructed from name, mesh,.
void size(const label)
Override size to be inconsistent with allocated storage.
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.
virtual tmp< DimensionedField< scalar, volMesh > > internalCoeff(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source value.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Generic dimensioned Type class.
Base class for finite-volume field sources.
const word & name() const
Return const access to the source name.
Base class for finite volume sources.
Traits class for primitives.
A class for managing temporary objects.
const dimensionSet dimless
Field< scalar > scalarField
Specialisation of Field<T> for scalar.