Package agents.plantOperator.renewable
Class Biogas
- java.lang.Object
-
- de.dlr.gitlab.fame.agent.Agent
-
- agents.plantOperator.PowerPlantOperator
-
- agents.plantOperator.RenewablePlantOperator
-
- agents.plantOperator.renewable.Biogas
-
- All Implemented Interfaces:
de.dlr.gitlab.fame.agent.AgentAbility
public class Biogas extends RenewablePlantOperator
ARenewablePlantOperator
for Biogas power plants- Author:
- Christoph Schimeczek, Marc Deissenroth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Biogas.OperationMode
Mode of operation of theBiogas
power plant-
Nested classes/interfaces inherited from class agents.plantOperator.RenewablePlantOperator
RenewablePlantOperator.Products
-
Nested classes/interfaces inherited from class agents.plantOperator.PowerPlantOperator
PowerPlantOperator.OutputFields
-
-
Field Summary
-
Fields inherited from class agents.plantOperator.RenewablePlantOperator
setParameter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Marginal
calcSingleMarginal(de.dlr.gitlab.fame.time.TimeStamp time)
-
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
-
Biogas
public Biogas(de.dlr.gitlab.fame.agent.input.DataProvider dataProvider) throws de.dlr.gitlab.fame.agent.input.ParameterData.MissingDataException
Creates aBiogas
plant operator- Parameters:
dataProvider
- provides input from config- Throws:
de.dlr.gitlab.fame.agent.input.ParameterData.MissingDataException
- if any required data is not provided
-
-
Method Detail
-
calcSingleMarginal
protected Marginal calcSingleMarginal(de.dlr.gitlab.fame.time.TimeStamp time)
- Specified by:
calcSingleMarginal
in classRenewablePlantOperator
- Parameters:
time
- to calculate costs for- Returns:
- single Marginal item calculated for the given time
-
-