Classes | |
| class | cyclicSector |
| Extrudes a sector. More... | |
| class | linearDirection |
| Extrudes by transforming points in a specified direction by the given distance. More... | |
| class | linearNormal |
| Extrudes by transforming points normal to the surface by a given distance. More... | |
| class | linearRadial |
| Extrudes by transforming radially from the surface. More... | |
| class | offsetSurface |
| Extrudes by interpolating points from one surface to the other. Surfaces have to be topologically identical i.e. one has to be an offsetted version of the other. More... | |
| class | plane |
| Extrudes by transforming points normal to the surface by 1 layer over a given distance. More... | |
| class | polyline |
| Extrudes by transforming points along a polyline provided as a series of points and edge segments. Supports all blockMesh edge types, e.g. line, arc, spline. The surface points are rotated to follow the path. More... | |
| class | radial |
| Extrudes radially according to the Function1 description. More... | |
| class | sector |
| Extrudes by rotating a surface around an axis. More... | |
| class | sigmaRadial |
| Extrudes into sphere with grading according to pressure (atmospherics). More... | |
| class | wedge |
| Extrudes by rotating a surface symmetrically around axis by 1 layer. More... | |
| defineTypeNameAndDebug | ( | cyclicSector | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| cyclicSector | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | linearDirection | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| linearDirection | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | linearNormal | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| linearNormal | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | linearRadial | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| linearRadial | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | offsetSurface | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| offsetSurface | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | plane | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| plane | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | polyline | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| polyline | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | radial | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| radial | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | sector | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| sector | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | sigmaRadial | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| sigmaRadial | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | wedge | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | extrudeModel | , |
| wedge | , | ||
| dictionary | ) |