Extrudes by transforming points in a specified direction by the given distance. More...
Public Member Functions | |
TypeName ("linearDirection") | |
linearDirection (const dictionary &dict) | |
virtual | ~linearDirection ()=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 points in a specified direction by the given distance.
The linearDirectionCoeffs dictionary entries
Property | Description | Required | Default |
---|---|---|---|
direction | The extrusion direction, normalized on input | yes | |
thickness | The extrusion thickness | yes |
Definition at line 68 of file linearDirection.H.
|
explicit |
Definition at line 40 of file linearDirection.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
|
virtualdefault |
TypeName | ( | "linearDirection" | ) |
|
virtual |
Implements extrudeModel.
Definition at line 58 of file linearDirection.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.