Skip to content
Snippets Groups Projects
Commit d9eba622 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

buoyantPimpleFoam: Corrected phiHbyA

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1183
parent 177b54ae
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@
(
"phiHbyA",
(
(fvc::interpolate(rho*U) & mesh.Sf())
(fvc::interpolate(rho*HbyA) & mesh.Sf())
+ rAUf*fvc::ddtCorr(rho, U, phi)
)
+ phig
......
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