NREL / HOPP

BSD 3-Clause "New" or "Revised" License
21 stars 45 forks source link

Feature request #337

Open kbrunik opened 1 month ago

kbrunik commented 1 month ago

Abstract technologies in HybridSimulation Class

In the HybridSimulation class there are several places where the technologies are explicitly included.

Abstract technologies

I propose we abstract this to make it easier to include new technologies in the future. It will also help to shorten the HybridSimulation class by potentially over 100 lines.

Alternatives considered

Additional context