47 <<
" functionObjects::" <<
type() <<
" " << this->
name()
48 <<
" cannot find required object " << name <<
" of type "
49 << Type::typeName <<
endl;
const word & name() const noexcept
Return the name of this functionObject.
virtual const word & type() const =0
Runtime type information.
bool foundObject(const word &name, const bool verbose=true) const
Return true if required objects are found.
bool foundObject(const word &fieldName) const
Find object (eg, a field) in the (sub) objectRegistry.
A class for handling words, derived from Foam::string.
Namespace for handling debugging switches.
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
messageStream Warning
Warning stream (stdout output on master, null elsewhere), with additional 'FOAM Warning' header text.