Go to the documentation of this file.
33 contactSearch_(cSearch),
34 updateInterval_(dict.getVal<
uint32>(
"updateInterval"))
46 "boundaryContactSearch",
49 word altBType{
"boundaryContactSearch<none>"};
51 if( boundaryBasevCtorSelector_.search(bType) )
55 return boundaryBasevCtorSelector_[bType](dict, boundary, cSearch);
57 else if(boundaryBasevCtorSelector_.search(altBType))
61 return boundaryBasevCtorSelector_[altBType](dict, boundary, cSearch);
68 " and "<< altBType <<
" do not exist. \n"
69 <<
"Avaiable ones are: \n"
71 boundaryBasevCtorSelector_
#define fatalExit
Fatal exit.
iOstream & printKeys(iOstream &os, const wordHashMap< T > &m)
const word & name() const
iOstream & endl(iOstream &os)
Add newline and flush stream.
const word & type() const
word angleBracketsNames2(const word &base, const word &w1, const word &w2)
Output base<w1,w2>
#define fatalError
Report a fatal error and exit the applicaiton.
localProcessors & pFlowProcessors()
virtual iOstream & space(int32 n=1)
Write space to stream.
Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...