47 Info<<
"thermophysicalFunction::New(Istream&) : "
48 <<
"constructing thermophysicalFunction"
52 word thermophysicalFunctionType(is);
54 IstreamConstructorTable::iterator cstrIter =
55 IstreamConstructorTablePtr_->find(thermophysicalFunctionType);
57 if (cstrIter == IstreamConstructorTablePtr_->end())
60 <<
"Unknown thermophysicalFunction type "
61 << thermophysicalFunctionType
63 <<
"Valid thermophysicalFunction types are :" <<
endl
64 << IstreamConstructorTablePtr_->sortedToc()