64 #ifndef wallLayersHeatTransferCoefficient_DimensionedFieldFunction_H
65 #define wallLayersHeatTransferCoefficient_DimensionedFieldFunction_H
74 namespace DimensionedFieldFunctions
81 class wallLayersHeatTransferCoefficient
83 public DimensionedFieldFunction<DimensionedField<scalar, fvPatch>>
97 TypeName(
"wallLayersHeatTransferCoefficient");
virtual autoPtr< DimensionedFieldFunction< DimensionedField< scalar, fvPatch > > > clone() const
Construct and return a clone for the specified field.
Runtime selectable DimensionedFieldFunction providing the heat transfer coefficient for a number of l...
virtual void evaluate()
Evaluate the function and set the field.
virtual void write(Ostream &os) const
Write data to dictionary stream.
virtual ~wallLayersHeatTransferCoefficient()
Destructor.
wallLayersHeatTransferCoefficient(const dictionary &dict, DimensionedField< scalar, fvPatch > &field)
Construct with dictionary to initialise given field.
TypeName("wallLayersHeatTransferCoefficient")
Runtime type information.
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.
List< scalar > scalarList
A List of scalars.