idaholab / HERON

Holistic Energy Resource Optimization Network (HERON) is a modeling toolset and plugin for RAVEN to accelerate stochastic technoeconomic assessment of the economic viability of various grid-energy system configurations, especially with application to electrical grids and integrated energy systems (IES).
Apache License 2.0
24 stars 38 forks source link

Resource directionality constraint between components in HERON #208

Open shigrekar1 opened 2 years ago

shigrekar1 commented 2 years ago

Currently in HERON, when a resource is produced, any of the components that can consume the resource will consume it during dispatch optimization. It would be nice to have control over which components could consume the available resource and how much of it.

Is your feature request related to a problem? Please describe. I am modeling a case where a nuclear power plant is connected to a thermal energy storage (TES) system. The TES system is divided into three components - charge, storage, discharge (see attached layout). Of these three components, the charge consumes a resource (for eg. thermal heat) and produces a resource TES heat. This TES heat is supposed to be stored within the storage component, and during discharge, it is supposed to flow to the discharge component.

As it currently stands, the resource "TES heat" can be consumed either by the storage or the discharge component, which should not be the case. The TES heat should always flow through the storage component. As there isn't a possibility of converting the TES heat within the storage component to a different resource (storage only stores), this is an issue. There have been cases where the charge and discharge components communicate with each other while bypassing the storage component completely.

Layout

Describe the solution you'd like If there was a way to dictate what components are allowed to interact with each other, that would solve this issue.

Describe alternatives you've considered I have tried using a converter, but the issue still persists because the charge can then communicate to the discharge through the converter.


For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.