Methods - EnergyModelsHeat

Index

Extension methods

Constraint methods

Utility methods

EnergyModelsHeat.dh_fractionFunction
dh_fraction

Return fraction of surpus heat that can be used for district heating. Dispatch on HeatExchangerAssumptions when calculating d_fraction

source
EnergyModelsHeat.is_heatFunction
is_heat(r)

Returns true for heat resources, false otherwise. Extend this by dispatching on the type for any alternative heat resource type implemented.

source
EnergyModelsHeat.t_returnFunction
t_return(rh::ResourceHeat)
t_return(rh::ResourceHeat, t)

Return the return temperature defined for a ResourceHeat

source