mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
adjustPhi: Removed the call to updateCoeffs as this may be premature
This commit is contained in:
@ -40,7 +40,8 @@ bool Foam::adjustPhi
|
||||
{
|
||||
if (p.needReference())
|
||||
{
|
||||
p.boundaryField().updateCoeffs();
|
||||
// p coefficients should not be updated here
|
||||
// p.boundaryField().updateCoeffs();
|
||||
|
||||
scalar massIn = 0.0;
|
||||
scalar fixedMassOut = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user