39 Info<<
"fvPatch::New(const polyPatch&, const fvBoundaryMesh&) : "
40 <<
"constructing fvPatch"
44 polyPatchConstructorTable::iterator cstrIter =
45 polyPatchConstructorTablePtr_->find(patch.type());
47 if (cstrIter == polyPatchConstructorTablePtr_->end())
49 FatalErrorIn(
"fvPatch::New(const polyPatch&, const fvBoundaryMesh&)")
50 <<
"Unknown fvPatch type " << patch.type() <<
".\n"
51 <<
"Valid fvPatch types are :"
52 << polyPatchConstructorTablePtr_->sortedToc()