Uses of Class
agents.electrolysis.ElectrolyzerStrategist
-
Packages that use ElectrolyzerStrategist Package Description agents.electrolysis -
-
Uses of ElectrolyzerStrategist in agents.electrolysis
Subclasses of ElectrolyzerStrategist in agents.electrolysis Modifier and Type Class Description class
FileDispatcher
Dispatches an electrolysis unit following a fixed dispatch schedule, either for hydrogen production or electric demand, and either absolute or relative to available conversion powerclass
SingleAgentSimple
Dispatches an electrolysis unit with the aim to minimise its cost using an electricity price forecast and a hydrogen production goalMethods in agents.electrolysis that return ElectrolyzerStrategist Modifier and Type Method Description static ElectrolyzerStrategist
ElectrolyzerStrategist. newStrategist(de.dlr.gitlab.fame.agent.input.ParameterData input, Electrolyzer electrolyzer)
Creates new electrolysis Strategist based on its associated input group
-