Spaces:
Sleeping
Sleeping
Update utils/heat_transfer.py
Browse files- utils/heat_transfer.py +1 -2
utils/heat_transfer.py
CHANGED
@@ -351,8 +351,7 @@ class SolarCalculations:
|
|
351 |
def total_radiation_on_surface(self, dni: float, dhi: float, ghi: float,
|
352 |
zenith_deg: float, solar_azimuth_deg: float,
|
353 |
surface_tilt_deg: float, surface_azimuth_deg: float,
|
354 |
-
ground_reflectance: float = 0.2)
|
355 |
-
-> Tuple[float, float, float, float]:
|
356 |
"""
|
357 |
Calculate total solar radiation incident on a tilted surface.
|
358 |
Uses isotropic sky model for diffuse radiation.
|
|
|
351 |
def total_radiation_on_surface(self, dni: float, dhi: float, ghi: float,
|
352 |
zenith_deg: float, solar_azimuth_deg: float,
|
353 |
surface_tilt_deg: float, surface_azimuth_deg: float,
|
354 |
+
ground_reflectance: float = 0.2) -> Tuple[float, float, float, float]:
|
|
|
355 |
"""
|
356 |
Calculate total solar radiation incident on a tilted surface.
|
357 |
Uses isotropic sky model for diffuse radiation.
|