35 #ifndef extrudeModel_H
36 #define extrudeModel_H
123 virtual point operator()
125 const point& surfacePoint,
126 const vector& surfaceNormal,
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Top level extrusion model class.
const scalar expansionRatio_
static autoPtr< extrudeModel > New(const dictionary &)
Select null constructed.
declareRunTimeSelectionTable(autoPtr, extrudeModel, dictionary,(const dictionary &dict),(dict))
Declare runtime constructor selection table.
TypeName("extrudeModel")
Runtime type information.
const dictionary & coeffDict_
virtual ~extrudeModel()
Destructor.
scalar expansionRatio() const
scalar sumThickness(const label layer) const
Helper: calculate cumulative relative thickness for layer.
void operator=(const extrudeModel &)=delete
Disallow default bitwise assignment.
extrudeModel(const word &modelType, const dictionary &)
Construct from dictionary.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Macros to ease declaration of run-time selection tables.