mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: Modifying warning message
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user