From d9eba622c5bff17bbdc98092afc9051ae2553a22 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Tue, 25 Feb 2014 09:53:16 +0000 Subject: [PATCH] buoyantPimpleFoam: Corrected phiHbyA Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1183 --- applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H b/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H index 5f6d70e054b..eb97fe49445 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 -- GitLab