Go to the documentation of this file.
42 IOPtrList<boundaryPatchBase>,
61 if(
type !=
"processor" )
64 dictionaryConstructorTable::iterator cstrIter =
65 dictionaryConstructorTablePtr_->find(
type);
67 if( cstrIter == dictionaryConstructorTablePtr_->end() )
71 "boundaryPatchBase::New(const word&, const dictionary&)",
73 ) <<
"Unknown boundaryPatchBase type " <<
type <<
nl <<
nl
74 <<
"Valid boundaryPatchBase types are :" <<
nl
75 <<
"[default: " << typeName_() <<
"]"
76 << dictionaryConstructorTablePtr_->toc()
128 os.
check(
"Ostream& operator<<(Ostream& f, const boundaryPatchBase& wpb");
Writes information for a given boundary patch.
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
virtual dictionary dict() const =0
Return as dictionary of entries.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
boundaryPatchBase(const word &, const word &, const label, const label)
#define FatalIOErrorIn(functionName, ios)
Report an error message using Foam::FatalIOError.
Ostream & operator<<(Ostream &, const edgeMesh &)
static autoPtr< boundaryPatchBase > New(const word &name, const dictionary &dict)
virtual bool check(const char *operation) const
Check IOstream status for given operation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
defineTemplateTypeNameAndDebugWithName(scalarAverageIOField, "scalarAverageField", 0)
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
label readLabel(Istream &is)
virtual void write(Ostream &) const =0
Write.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.