check_applicability_renewable_supply.RdEnsures the thermal energy system is predominantly supplied by renewable energy resources such as biomass, solar thermal, or geothermal heat.
check_applicability_renewable_supply(
renewable_fraction,
minimum_fraction = 0.75
)Logical indicating whether the renewable supply criterion is met.
check_applicability_renewable_supply(renewable_fraction = 0.85)
#> [1] TRUE
check_applicability_renewable_supply(renewable_fraction = 0.6)
#> [1] FALSE