68 searchableSurfaces geometry_;
93 const scalar DELTA = 1
e-6;
115 const point& surfacePoint,
116 const vector& surfaceNormal,
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
extrudeModel(const extrudeModel &)=delete
No copy construct.
Extrudes by transforming points along a polyline provided as a series of points and edge segments....
TypeName("polyline")
Runtime type information.
polyline(const dictionary &dict)
Construct from dictionary.
void positionAndDirection(const scalar lambda, vector &p, vector &n) const
The point and direction vector corresponding to the polyline parameter [0-1].
virtual ~polyline()=default
Destructor.
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
vector point
Point is a vector.
PtrList< blockEdge > blockEdgeList
A PtrList of blockEdges.
vectorField pointField
pointField is a vectorField.
dimensionedScalar lambda("lambda", dimTime/sqr(dimLength), laminarTransport)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.