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 76f1e27 commit 0863d8cCopy full SHA for 0863d8c
hct/cooling_system.py
@@ -53,7 +53,7 @@ def calc_effective_fin_surface(eta_fin: float, geometry: Geometry) -> float:
53
:return: effective fin area
54
"""
55
a_eff_fin = geometry.number_fins_n * (2 * geometry.height_c * eta_fin + geometry.fin_distance_s) * geometry.length_l
56
- logger.info(f"{a_eff_fin=}")
+ logger.debug(f"{a_eff_fin=}")
57
return a_eff_fin
58
59
def calc_fin_efficiency(geometry: Geometry, constants: Constants, heat_transfer_coefficient_h: float) -> float:
0 commit comments