adjustPhi: Removed the call to updateCoeffs as this may be premature

This commit is contained in:
Henry
2011-02-14 11:04:49 +00:00
parent 734005ea40
commit 4b257efee9

View File

@ -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;