diff --git a/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H b/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H index 5f6d70e0..eb97fe49 100644 --- a/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H +++ b/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H @@ -17,7 +17,7 @@ ( "phiHbyA", ( - (fvc::interpolate(rho*U) & mesh.Sf()) + (fvc::interpolate(rho*HbyA) & mesh.Sf()) + rAUf*fvc::ddtCorr(rho, U, phi) ) + phig