- Adjusted to the changes introduced in
EnergyModelsInvestments0.9 andEnergyModelsBase0.10:- Breaking change required as early retirement is now allowed.
- Early retirement changes the model behavior.
- No other changes required.
- Minor modifications to documentation.
- Updated the format of
descriptive_names.yamltoEnergyModelsGUIv0.6.0.
- Added Abstract type
AbstractTES. - Introduced a new
AbstractTEStypeBoundRateTESincluding documentation, checks, and tests which sets a maximum bound for charge and discharge capacities in relation to the installed storage level. - Added discharge capacity to
ThermalEnergyStoragenode with legacy constructors to prevent breaking changes.
- Switched from
DatatoExtensionDataas described withinEnergyModelsBasev0.9.1. - Removed the folder
submodelsas the CHP model was moved to a new repository. - Unified and extended the test structure.
- Included the descriptive names for
EnergyModelsGUI.
- Minor fixes to the documentation and example comments.
- Fixed one of the constructors for
ThermalEnergyStoragewhich was not working. This includes as well now a warning if the wrongStorageBehavioris utilized.
- The function
t_source(n::HeatPump)did result in an error. This was not tested previously and not used in the model. New tests are hence included for it.
- Adjusted to
EnergyModelsBasev0.9.0:- Increased version nubmer for EMB.
- Model worked without adjustments.
- Adjustments only required for simple understanding of changes.
- Included updated
DHPipe:DHPIpenow follow a check.- The arguments for
create_linkwere updated.
- Renaming of test files to be consistent with other packages.
Initial version of the heat package within the EnergyModelsX framework.
- Developed a new
HeatPumpnode based onRefNetworkNode. - Incorporates constraints on the input flow of a heat source and a driving force (electricity).
- The underlying COP calculation is based on given profiles for sink and source temperature as well as a Carnot efficiency.
- Developed a
ThermalEnergyStoragenode. - Includes heat losses calculated by a given heat loss factor and the storage level of the previous time period.
- Developed a new type of link called
DHPipe. - Incorporates a constant absolute heat loss between the input and the output of the link based on district heating temperature, ground temperature, pipe lenght and heat loss factor.
- Requires a capacity and allows for investments.
- Developed a
HeatExchangernode as parametric type. - The node can be used in combination with
ResourceHeatfor automatic calculation of the achievable energy recovery.