mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -54,6 +54,8 @@
|
||||
{
|
||||
phi = phiHbyA - p_rghEqn.flux();
|
||||
|
||||
p_rgh.relax();
|
||||
|
||||
U = HbyA + rAU*fvc::reconstruct((phig - p_rghEqn.flux())/rAUf);
|
||||
U.correctBoundaryConditions();
|
||||
fvOptions.correct(U);
|
||||
|
||||
@ -262,7 +262,9 @@ bool Foam::solution::relaxField(const word& name) const
|
||||
{
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user