46 #ifndef interfacialGrowthInterfacialCurvatureFvScalarFieldSource_H
47 #define interfacialGrowthInterfacialCurvatureFvScalarFieldSource_H
62 public fvScalarFieldSource
67 TypeName(
"interfacialGrowthInterfacialCurvature");
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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 sources.
This source condition creates a interfacial mass transfer source term in the interfacial curvature eq...
virtual ~interfacialGrowthInterfacialCurvatureFvScalarFieldSource()
Destructor.
virtual void write(Ostream &) const
Write.
virtual autoPtr< fvScalarFieldSource > clone(const DimensionedField< scalar, volMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual tmp< DimensionedField< scalar, volMesh > > sourceValue(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source value.
TypeName("interfacialGrowthInterfacialCurvature")
Runtime type information.
virtual tmp< DimensionedField< scalar, volMesh > > sourceCoeff(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source coefficient.
interfacialGrowthInterfacialCurvatureFvScalarFieldSource(const DimensionedField< scalar, volMesh > &, const dictionary &dict)
Construct from internal field and dictionary.
virtual tmp< DimensionedField< scalar, volMesh > > internalCoeff(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the internal coefficient.
A class for managing temporary objects.