buoyantPimpleFoam: Corrected phiHbyA
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1183
This commit is contained in:
parent
f3707f0df6
commit
b766ecd3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
(
|
||||
"phiHbyA",
|
||||
(
|
||||
(fvc::interpolate(rho*U) & mesh.Sf())
|
||||
(fvc::interpolate(rho*HbyA) & mesh.Sf())
|
||||
+ rAUf*fvc::ddtCorr(rho, U, phi)
|
||||
)
|
||||
+ phig
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue