mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected handling of density.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
- p*fvc::div(phi/fvc::interpolate(rho))
|
||||
);
|
||||
|
||||
pZones.addEnthalpySource(thermo, hEqn);
|
||||
pZones.addEnthalpySource(thermo, rho, hEqn);
|
||||
|
||||
hEqn.relax();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user