diff --git a/Project.toml b/Project.toml index 3ba0d2b..fffeb55 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "EnergyModelsHeat" uuid = "ad1b8b27-e232-4da9-b498-bea9c19a30d7" authors = ["Lars Hellemo, Hanne Kauko, and Till Holmes"] -version = "0.1.3" +version = "0.1.4" [deps] EnergyModelsBase = "5d7e687e-f956-46f3-9045-6f5a5fd49f50" diff --git a/ext/EMGUIExt/descriptive_names.yml b/ext/EMGUIExt/descriptive_names.yml index 83ebbf0..1df3990 100644 --- a/ext/EMGUIExt/descriptive_names.yml +++ b/ext/EMGUIExt/descriptive_names.yml @@ -1,27 +1,30 @@ # This file contains descriptions of EnergyModelsHeat-structures and variables -# with fields of type TimeStruct.TimeProfile +# with fields of type TimeStruct.TimeProfile and fields that cannot be inherited +# from supertypes. structures: - HeatPump: - cap: "Installed capacity" - t_source: "Temperature profile of the heat source" - t_sink: "Sink temperature of the condensator" - eff_carnot: "Carnot Efficiency" - opex_var: "Variable operating expense per energy unit produced" - opex_fixed: "Fixed operating expense per installed capacity" - ResourceHeat: - t_supply: "Supply temperature in °C" - t_return: "Return temperature in °C" - DHPipe: - cap: "Heat transport capacity of the pipe" - t_ground: "Ground temperature in °C" - HeatExchanger: - cap: "Installed capacity" - opex_var: "Variable operating expense per energy unit produced" - opex_fixed: "Fixed operating expense" - DirectHeatUpgrade: - cap: "Installed capacity" - opex_var: "Variable operating expense per energy unit produced" - opex_fixed: "Fixed operating expense" + EnergyModelsHeat: + ## link.jl + DHPipe: + cap: "Heat transport capacity of the pipe" + t_ground: "Ground temperature in °C" + + ## node.jl + HeatPump: + t_source: "Heat source temperature" + t_sink: "Heat sink temperature" + eff_carnot: "Carnot Efficiency" + + ## resource.jl + ResourceHeat: + t_supply: "Supply temperature in °C" + t_return: "Return temperature in °C" + + PinchData: + T_SH_hot: "Hot temperature of surplus heat source in °C" + T_SH_cold: "Cold temperature of surplus heat source in °C" + ΔT_min: "Minimum temperature difference between surplus source and DH network in °C" + T_DH_hot: "Hot temperature of district heating network in °C" + T_DH_cold: "Cold temperature of district heating network in °C" # Add description for all JuMP variables using a TimeStruct.TimeProfile type variables: