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