-
Notifications
You must be signed in to change notification settings - Fork 4
Solar Thermal time resolved Energy System
maxenceryan edited this page Jun 25, 2021
·
4 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
Solar Thermal time resolved Energy System | SolarThermalTimeResolved | [hive] | Solar |
Calculates the time resolved heating energy generation from a solar thermal collector in [kWh]. Also outputs its time resolved efficiency.
Name | ID | Description | Type |
---|---|---|---|
T_in | T_in | Inlet temperature into the Solar Thermal Collector [°C], time series. | float |
T_amb | T_amb | Ambient air temperature at the collector [°C], time series. | float |
OpticEff | OpticEff | Optical efficeincy [-] | float |
HeatLoss | HeatLoss | Heat loss coefficient [W/m2K] | float |
Irrad | Irrad | Irradiance on collector [W/m2], time series | float |
Area | Area | Surface area of the collector [m2] | float |
Name | ID | Description | Type |
---|---|---|---|
Heating | heating | Thermal energy generated by solar collector [kWh], time series | float |
eta | eta | Efficiency of the collector [-], time series | float |
TODO: find this component in an example file / create an example file
- TODO: link to similar / collaborating components
- Assembly:
Hive.Core.solar_tech.ghpy
- Source:
src/Hive.Core/solar_tech/solar_thermal_timeresolved.py