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