Corrected handling of density.

This commit is contained in:
henry
2009-09-10 22:43:48 +01:00
parent a80e2f83cd
commit 5467d69f5b
5 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
- p*fvc::div(phi/fvc::interpolate(rho))
);
pZones.addEnthalpySource(thermo, hEqn);
pZones.addEnthalpySource(thermo, rho, hEqn);
hEqn.relax();