Skip to content

Commit 62f96f1

Browse files
authored
Bug fix heatpump.f90
1 parent 2f9c3fc commit 62f96f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/heatpump.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subroutine init_heatpump
5353

5454
thl_dot_hp = QH_dot_hp / (nhppoints*rhoa*cp) ! Calculate temperature change rate from heat loss [Km^3/s]
5555

56-
w_hp_exhaust = Q_dot_hp / (nhppoints*dxi*dyi) ! Calculate exhaust velocity at heat pump points [m/s]
56+
w_hp_exhaust = (Q_dot_hp/nhppoints)*dxi*dyi ! Calculate exhaust velocity at heat pump points [m/s]
5757

5858
end subroutine init_heatpump
5959

0 commit comments

Comments
 (0)