Skip to content

Commit

Permalink
Fix two remaining PsychState properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed May 17, 2024
1 parent cb01041 commit cde5c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resdx/dx_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1437,10 +1437,10 @@ def generate_205_representation(self):
indoor_coil_air_mass_flow_rates = linspace(
fr_u(280.0, "cfm/ton_ref")
* self.rated_net_total_cooling_capacity[-1]
* STANDARD_CONDITIONS.rho(),
* STANDARD_CONDITIONS.rho,
fr_u(500.0, "cfm/ton_ref")
* self.rated_net_total_cooling_capacity[0]
* STANDARD_CONDITIONS.rho(),
* STANDARD_CONDITIONS.rho,
number_of_points,
).tolist()
compressor_sequence_numbers = list(range(1, self.number_of_cooling_speeds + 1))
Expand Down

0 comments on commit cde5c14

Please sign in to comment.