mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
solution: added set/unset to field relaxation diagnostics
This commit is contained in:
@ -262,7 +262,9 @@ bool Foam::solution::relaxField(const word& name) const
|
|||||||
{
|
{
|
||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
Info<< "Find variable relaxation factor for " << name << endl;
|
Info<< "Field relaxation factor for " << name
|
||||||
|
<< " is " << (fieldRelaxDict_.found(name) ? "set" : "unset")
|
||||||
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
return fieldRelaxDict_.found(name) || fieldRelaxDict_.found("default");
|
return fieldRelaxDict_.found(name) || fieldRelaxDict_.found("default");
|
||||||
|
|||||||
Reference in New Issue
Block a user