Go to the documentation of this file.
111 const word blockOrCellShapeType(is);
113 auto* ctorPtr = IstreamConstructorTable(blockOrCellShapeType);
129 os <<
b.points() <<
nl
131 <<
b.boundaryPatches() <<
endl;
static autoPtr< T > New(Args &&... args)
Construct autoPtr of T with forwarding arguments.
Creates a single block of cells from point coordinates, numbers of cells in each direction and an exp...
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
A token holds an item read from Istream.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
#define DebugInFunction
Report an information message using Foam::Info.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
pointField vertices(const blockVertexList &bvl)
OBJstream os(runTime.globalPath()/outputName)
An analytical geometric cellShape.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< block > New(const dictionary &dict, const label index, const pointField &points, const blockEdgeList &edges, const blockFaceList &faces, Istream &)
New function which constructs and returns pointer to a block.
void putBack(const token &tok)
Put back a token. Only a single put back is permitted.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
string expand(const std::string &s, const HashTable< string > &mapping, const char sigil='$')
Takes the description of the block and the list of curved edges and creates a list of points on edges...
defineTypeNameAndDebug(combustionModel, 0)