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...
Public Member Functions | |
TypeName ("polyline") | |
Runtime type information. More... | |
polyline (const dictionary &dict) | |
Construct from dictionary. More... | |
virtual | ~polyline ()=default |
Destructor. More... | |
point | operator() (const point &surfacePoint, const vector &surfaceNormal, const label layer) const |
void | positionAndDirection (const scalar lambda, vector &p, vector &n) const |
![]() | |
TypeName ("extrudeModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, extrudeModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime constructor selection table. More... | |
extrudeModel (const word &modelType, const dictionary &dict) | |
Construct from dictionary for given model type. More... | |
virtual | ~extrudeModel ()=default |
Destructor. More... | |
label | nLayers () const |
Return the number of layers. More... | |
scalar | expansionRatio () const |
Return the expansion ratio. More... | |
scalar | sumThickness (const label layer) const |
Helper: calculate cumulative relative thickness for layer. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< extrudeModel > | New (const dictionary &dict) |
Select null constructed. More... | |
![]() | |
extrudeModel (const extrudeModel &)=delete | |
No copy construct. More... | |
void | operator= (const extrudeModel &)=delete |
No copy assignment. More... | |
![]() | |
label | nLayers_ |
const scalar | expansionRatio_ |
const dictionary & | coeffDict_ |
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.
Property | Description | Required | Default |
---|---|---|---|
vertices | List of vertices | yes | |
edges | List of blockEdge segments | yes | |
toleranceCheck | Relative tolerance for polyline checks | no | SMALL |
Definition at line 80 of file polyline.H.
|
explicit |
Construct from dictionary.
Definition at line 49 of file polyline.C.
References Foam::abort(), Foam::expressions::patchExpr::debug, Foam::endl(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::Info, Foam::mag(), Foam::nl, Foam::normalised(), polyline::positionAndDirection(), and Foam::tab.
|
virtualdefault |
Destructor.
TypeName | ( | "polyline" | ) |
Runtime type information.
|
virtual |
Implements extrudeModel.
Definition at line 132 of file polyline.C.
References Foam::endl(), Foam::mag(), n, Foam::normalised(), p, quaternion::transform(), and WarningInFunction.
The point and direction vector corresponding to the polyline parameter [0-1]
Definition at line 175 of file polyline.C.
References Foam::interpolateXY(), lambda(), Foam::max(), Foam::min(), n, Foam::normalised(), p, s, and y.
Referenced by polyline::polyline().