functionObjects::wallHeatFlux: Improved the diagnostic message
This commit is contained in:
@ -221,8 +221,10 @@ bool Foam::functionObjects::wallHeatFlux::execute()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
FatalErrorInFunction
|
FatalErrorInFunction
|
||||||
<< "Unable to find thermophysicalTransportModel in the "
|
<< "Unable to find thermophysicalTransportModel "
|
||||||
<< "database" << exit(FatalError);
|
<< thermophysicalTransportModelName
|
||||||
|
<< " in the database"
|
||||||
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user