mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added debug info
This commit is contained in:
@ -79,6 +79,11 @@ tmp<convectionScheme<Type>> convectionScheme<Type>::New
|
|||||||
|
|
||||||
const word schemeName(schemeData);
|
const word schemeName(schemeData);
|
||||||
|
|
||||||
|
if (fv::debug)
|
||||||
|
{
|
||||||
|
InfoInFunction << "schemeName:" << schemeName << endl;
|
||||||
|
}
|
||||||
|
|
||||||
auto cstrIter = IstreamConstructorTablePtr_->cfind(schemeName);
|
auto cstrIter = IstreamConstructorTablePtr_->cfind(schemeName);
|
||||||
|
|
||||||
if (!cstrIter.found())
|
if (!cstrIter.found())
|
||||||
|
|||||||
Reference in New Issue
Block a user