Skip to content
Snippets Groups Projects
Commit 4b257efe authored by Henry's avatar Henry
Browse files

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

parent 734005ea
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment