Go to the documentation of this file.
51 start_(fromTo.first()),
88 const word edgeType(is);
90 auto* ctorPtr = IstreamConstructorTable(edgeType);
99 *IstreamConstructorTablePtr_
127 auto&
points = tpoints.ref();
131 points[i] = position(lambdas[i]);
vectorField pointField
pointField is a vectorField.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
static autoPtr< blockEdge > New(const dictionary &dict, const label index, const searchableSurfaces &geometry, const pointField &points, Istream &is)
Ostream & endl(Ostream &os)
Define a curved edge that is parameterized for 0<lambda<1 between the start/end points.
blockEdge(const pointField &points, const label from, const label to)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
static tmp< pointField > concat(const point &start, const pointField &intermediate, const point &end)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual point position(const scalar lambda) const =0
errorManip< error > abort(error &err)
static pointField appendEndPoints(const pointField &p, const label from, const label to, const pointField &intermediate)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
virtual autoPtr< blockEdge > clone() const
void write(Ostream &os, const dictionary &dict) const
const dimensionedScalar e
static tmp< T > New(Args &&... args)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static void write(Ostream &, const label, const dictionary &)
defineTypeNameAndDebug(combustionModel, 0)