Skip to content

Solar Thermal Energy System

maxenceryan edited this page Jun 25, 2021 · 2 revisions
Icon Name ID Category Subcategory
icon Solar Thermal Energy System SolarThermalSimple [hive] Solar

Description

Calculates the total yield of a solar thermal collector using simplified equation (Q_th = G * F_F * A * eta_K * R_V)

Inputs

Name ID Description Type
Global_Irradiation G Global horizontal irradiation, in [kWh/m²] float
FormFactor F_F Form factor, also known as orientation factor, that defines how much of the global annual irradiation is effectively used, depending on the angle of the Solar thermal collector. Fractional value [0.0, >1.0]. (Default: 1.0) float
SurfaceArea A Solar thermal collector surface are in [m²]. (Default: 1.0) float
STEfficiency eta_K Thermal efficiency of collector, fractional value [0.0, 1.0]. (Default: 0.15) float
DistributionLosses R_V Distribution losses coefficient. Fractional [0.0, 1.0]. (Default: 0.75) float

Outputs

Name ID Description Type
Thermal yield yield Total thermal energy generation [kWh]. float

Example

TODO: find this component in an example file / create an example file

See also

  • TODO: link to similar / collaborating components

Developer info

  • Assembly: Hive.Core.solar_tech.ghpy
  • Source: src/Hive.Core/solar_tech/simple_solar_thermal.py