67 << oddType <<
" for " <<
name <<
endl;
69 dictionaryConstructorTable::iterator cstrIter =
70 dictionaryConstructorTablePtr_->find(oddType);
72 if (cstrIter == dictionaryConstructorTablePtr_->end())
75 <<
"Unknown " <<
typeName <<
" type "
78 << dictionaryConstructorTablePtr_->sortedToc()
#define forAll(list, i)
Loop across all elements in list.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
bool set(const label) const
Is element set.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Dimension set for the base types.
Base class for ways in which to generate coordinates in one-dimensional space. Used to space the repr...
static autoPtr< oneDimensionalDiscretisation > New(const word &name, const dimensionSet &dims, const label n, const dictionary &dict)
Selector.
virtual ~oneDimensionalDiscretisation()
Destructor.
PtrList< dimensionedScalar > dimensionedCoordinates() const
Return the coordinates as a list of dimensioned scalars.
oneDimensionalDiscretisation(const word &name, const dimensionSet &dims, const tmp< scalarField > &coordinates)
Construct from components.
Enables the printing of a dictionary and subsequently looked-up defaulted entries.
A class for managing temporary objects.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
barycentric coordinates(const polyMesh &mesh, const point &position, const label celli, const label facei, const label faceTrii, const scalar stepFraction)
Return the coordinates given the position and tet topology.
errorManipArg< error, int > exit(error &err, const int errNo=1)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.
defineRunTimeSelectionTable(fvConstraint, dictionary)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
Ostream & indentOrNl(Ostream &os)
Indent stream or add newline if indent level == 0.
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)