Top level extrusion model class. More...
Inheritance diagram for extrudeModel:
Collaboration diagram for extrudeModel:Public Member Functions | |
| TypeName ("extrudeModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, extrudeModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime constructor selection table. | |
| extrudeModel (const word &modelType, const dictionary &) | |
| Construct from dictionary. | |
| virtual | ~extrudeModel () |
| Destructor. | |
| label | nLayers () const |
| virtual point | operator() (const point &surfacePoint, const vector &surfaceNormal, const label layer) const =0 |
Static Public Member Functions | |
| static autoPtr< extrudeModel > | New (const dictionary &) |
| Select null constructed. | |
Protected Member Functions | |
| extrudeModel (const extrudeModel &) | |
| Disallow default bitwise copy construct. | |
| void | operator= (const extrudeModel &) |
| Disallow default bitwise assignment. | |
Protected Attributes | |
| const label | nLayers_ |
| const dictionary & | dict_ |
| const dictionary & | coeffDict_ |
|
protected |
Disallow default bitwise copy construct.
| extrudeModel | ( | const word & | modelType, |
| const dictionary & | |||
| ) |
Construct from dictionary.
|
virtual |
Destructor.
|
protected |
Disallow default bitwise assignment.
| TypeName | ( | "extrudeModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| extrudeModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime constructor selection table.
|
static |
Select null constructed.
| label nLayers | ( | ) | const |
|
pure virtual |
Implemented in linearNormal, sigmaRadial, and linearRadial.
|
protected |
Definition at line 58 of file extrudeModel.H.
|
protected |
Definition at line 60 of file extrudeModel.H.
|
protected |
Definition at line 62 of file extrudeModel.H.