Package agents.plantOperator.renewable
Class VariableRenewableOperatorPpa
- java.lang.Object
-
- de.dlr.gitlab.fame.agent.Agent
-
- agents.plantOperator.PowerPlantOperator
-
- agents.plantOperator.RenewablePlantOperator
-
- agents.plantOperator.renewable.VariableRenewableOperator
-
- agents.plantOperator.renewable.VariableRenewableOperatorPpa
-
- All Implemented Interfaces:
de.dlr.gitlab.fame.agent.AgentAbility
public class VariableRenewableOperatorPpa extends VariableRenewableOperator
A power plant operating on variable renewable energy sources and fulfilling a single private purchase agreement (PPA) to market its energy.- Author:
- Christoph Schimeczek, Johannes Kochems
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VariableRenewableOperatorPpa.Products
Products ofVariableRenewableOperatorPpa
-
Nested classes/interfaces inherited from class agents.plantOperator.PowerPlantOperator
PowerPlantOperator.OutputFields
-
-
Field Summary
-
Fields inherited from class agents.plantOperator.RenewablePlantOperator
setParameter
-
-
Constructor Summary
Constructors Constructor Description VariableRenewableOperatorPpa(de.dlr.gitlab.fame.agent.input.DataProvider dataProvider)
Creates anVariableRenewableOperatorPpa
-
Method Summary
-
Methods inherited from class agents.plantOperator.renewable.VariableRenewableOperator
calcSingleMarginal, getYieldAtTime
-
Methods inherited from class agents.plantOperator.RenewablePlantOperator
dispatchPlants, getInstalledCapacityInMW, getInstalledPowerAtTimeInMW, getVariableOpexAtTime, readSet, readSet
-
Methods inherited from class agents.plantOperator.PowerPlantOperator
digestPayment, digestPaymentPerPlant, executeDispatch, reportCosts
-
Methods inherited from class de.dlr.gitlab.fame.agent.Agent
addContract, call, closeChannel, executeActions, executeWarmUp, fulfilNext, fulfilNext, getId, getNextRandomNumberGenerator, getPostOffice, handleMessage, initialiseActions, now, openChannel, publish, receive, sendMessageTo, sendMessageTo, store, store, toString, warmUp
-
-
-
-
Constructor Detail
-
VariableRenewableOperatorPpa
public VariableRenewableOperatorPpa(de.dlr.gitlab.fame.agent.input.DataProvider dataProvider) throws de.dlr.gitlab.fame.agent.input.ParameterData.MissingDataException
Creates anVariableRenewableOperatorPpa
- Parameters:
dataProvider
- provides input from config- Throws:
de.dlr.gitlab.fame.agent.input.ParameterData.MissingDataException
- if any required data is not provided
-
-