Extrudes by transforming radially from the surface. More...
Public Member Functions | |
TypeName ("linearRadial") | |
linearRadial (const dictionary &dict) | |
virtual | ~linearRadial ()=default |
point | operator() (const point &surfacePoint, const vector &surfaceNormal, const label layer) const |
![]() | |
TypeName ("extrudeModel") | |
declareRunTimeSelectionTable (autoPtr, extrudeModel, dictionary,(const dictionary &dict),(dict)) | |
extrudeModel (const word &modelType, const dictionary &dict) | |
virtual | ~extrudeModel ()=default |
label | nLayers () const |
scalar | expansionRatio () const |
scalar | sumThickness (const label layer) const |
Additional Inherited Members | |
![]() | |
static autoPtr< extrudeModel > | New (const dictionary &dict) |
![]() | |
extrudeModel (const extrudeModel &)=delete | |
void | operator= (const extrudeModel &)=delete |
![]() | |
label | nLayers_ |
const scalar | expansionRatio_ |
const dictionary & | coeffDict_ |
Extrudes by transforming radially from the surface.
The linearRadialCoeffs dictionary entries
Property | Description | Required | Default |
---|---|---|---|
R | The radial thickness | yes | |
Rsurface | Surface inner radius | no | -1 |
Definition at line 66 of file linearRadial.H.
|
explicit |
Definition at line 39 of file linearRadial.C.
|
virtualdefault |
TypeName | ( | "linearRadial" | ) |
|
virtual |
Implements extrudeModel.
Definition at line 50 of file linearRadial.C.
References Foam::mag().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.