We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9c3fc commit 62f96f1Copy full SHA for 62f96f1
src/heatpump.f90
@@ -53,7 +53,7 @@ subroutine init_heatpump
53
54
thl_dot_hp = QH_dot_hp / (nhppoints*rhoa*cp) ! Calculate temperature change rate from heat loss [Km^3/s]
55
56
- w_hp_exhaust = Q_dot_hp / (nhppoints*dxi*dyi) ! Calculate exhaust velocity at heat pump points [m/s]
+ w_hp_exhaust = (Q_dot_hp/nhppoints)*dxi*dyi ! Calculate exhaust velocity at heat pump points [m/s]
57
58
end subroutine init_heatpump
59
0 commit comments