This component computes the quasi-dynamic heat loss from a solar thermal or PVT collector to the environment, following the methodology described in the international standard ISO 9806:2013. It extends the original IDEAS.Fluid.SolarCollectors.BaseClasses.EN12975HeatLoss model for code reuse, but implements the more comprehensive quasi-dynamic formulation.
The heat loss is calculated for each segment i ∈ {1, ..., nseg} as:
Qlos,i = Ac / nseg · [ΔTi · (c1 - c2 · ΔTi + c3 · u) + c4 · (EL - σ · Tenv4) - c6 · u · G]
where:
a1)a2)This model provides a more accurate representation of collector heat loss under dynamic environmental conditions, as required by ISO 9806:2013. It is suitable for use in simulations where wind speed, sky radiation, and irradiance vary over time.
The model inherits from
IDEAS.Fluid.SolarCollectors.BaseClasses.EN12975HeatLoss for
structural consistency and reuse of base functionality, but the
naming and equations have been overwritten to reflect the ISO 9806
standard. Parameters a1 and a2 are
overwritten to c1 and c2 for clarity.