Spaces:
Sleeping
Sleeping
Update utils/heat_transfer.py
Browse files- utils/heat_transfer.py +1 -2
utils/heat_transfer.py
CHANGED
@@ -476,8 +476,7 @@ class HeatTransferCalculations:
|
|
476 |
|
477 |
def infiltration_latent_heat_transfer(self, flow_rate: Union[float, np.ndarray], delta_w: Union[float, np.ndarray],
|
478 |
t_db: Union[float, np.ndarray], # Temp for density/hfg calc
|
479 |
-
p_atm: Union[float, np.ndarray] = ATMOSPHERIC_PRESSURE)
|
480 |
-
-> Union[float, np.ndarray]:
|
481 |
"""
|
482 |
Calculate latent heat transfer due to infiltration or ventilation.
|
483 |
Reference: ASHRAE Handbook—Fundamentals (2017), Chapter 18, Equation 18.6.
|
|
|
476 |
|
477 |
def infiltration_latent_heat_transfer(self, flow_rate: Union[float, np.ndarray], delta_w: Union[float, np.ndarray],
|
478 |
t_db: Union[float, np.ndarray], # Temp for density/hfg calc
|
479 |
+
p_atm: Union[float, np.ndarray] = ATMOSPHERIC_PRESSURE) -> Union[float, np.ndarray]:
|
|
|
480 |
"""
|
481 |
Calculate latent heat transfer due to infiltration or ventilation.
|
482 |
Reference: ASHRAE Handbook—Fundamentals (2017), Chapter 18, Equation 18.6.
|