63#ifndef blockEdges_arcEdge_H
64#define blockEdges_arcEdge_H
100 void calcFromMidPoint
116 bool adjustCentre =
false,
117 scalar rMultiplier = 1
121 arcEdge(
const arcEdge&) =
delete;
124 void operator=(
const arcEdge&) =
delete;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
blockEdge(const pointField &points, const label from, const label to)
Construct from components.
virtual ~arcEdge()=default
Destructor.
TypeName("arc")
Runtime type information.
point position(const scalar lambda) const
The point corresponding to the curve parameter [0-1].
scalar length() const noexcept
The length of the curve.
A cylindrical coordinate system (r-theta-z). The coordinate system angle theta is always in radians.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
An edge is a list of two vertex labels. This can correspond to a directed graph edge or an edge on a ...
Mid-point interpolation (weighting factors = 0.5) scheme class.
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
A namespace for various blockEdge types.
vector point
Point is a vector.
vectorField pointField
pointField is a vectorField.
dimensionedScalar lambda("lambda", dimTime/sqr(dimLength), laminarTransport)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.