Hybrid Plant Components#
The HybridPlant
class manages all plant components in Hercules. It handles initialization, execution, and coordination of individual components while computing plant-level outputs.
Overview#
HybridPlant automatically detects and initializes components based on the h_dict structure. Each component is configured through its respective section in the h_dict (e.g., wind_farm
, solar_farm
, battery
, electrolyzer
).
Available Components#
Component |
Component Type |
Description |
---|---|---|
|
|
FLORIS-based wind farm simulation |
|
|
Precomputed FLORIS-based wind farm simulation |
|
|
PySAM-based simplified solar simulation |
|
|
Basic battery storage model |
|
|
Detailed lithium-ion battery model |
|
|
Hydrogen production system |