STY: Modifying warning message

This commit is contained in:
sergio
2018-06-11 16:15:38 -07:00
parent 5848b0afd5
commit bb1fe5fcfc

View File

@ -79,12 +79,13 @@ bool Foam::functionObjects::stabilityBlendingFactor::init(bool first)
if (!residualPtr) if (!residualPtr)
{ {
WarningInFunction WarningInFunction
<< residualName_ << " is not available in the database." << "Could not find residual file : " << residualName_ << nl
<< "It won't be considered for the blended field. " << nl << "The residual mode won't be considered for the blended "
<< "Add the corresponding FO (residuals). If the FO is already " << "field in the stability blending factor. " << nl
<< "set, you need to wait for the first iteration." << "Add the corresponding residual function object. " << nl
<< "If the residual function object is already set " << nl
<< "you might need to wait for the first iteration."
<< endl; << endl;
} }
else else
{ {