Skip to content

Primary Energy And Co2 Processor

Goal

Calculates primary energy and CO2 emissions for:

  • Space heating
  • Space cooling
  • Domestic hot water
  • Electrical appliances

Technical information

Class PrimaryEnergyAndCo2Processor
Superclass WorkflowStepWithSimStadtGraphics
Author
Maintainer
Source location simstadt/src/main/java/eu/simstadt/workflowsteps/PrimaryEnergyAndCo2Processor.java
Package eu.simstadt.workflowsteps
Project simstadt

Dependencies

Parameters

Display space heating? (spaceHeatingDisplayed)

Should primary energy and CO2 emissions for space heating be displayed in maps and diagrams?

The corresponding values will be exported to the CSV file anyway.

  • Type : boolean
  • Default : true
  • Getter : isSpaceHeatingDisplayed()
  • Setter : setSpaceHeatingDisplayed(boolean)

Display domestic hot water? (domesticHotWaterDisplayed)

Should primary energy and CO2 emissions for domestic hot water be displayed in maps and diagrams?

The corresponding values will be exported to the CSV file anyway.

  • Type : boolean
  • Default : true
  • Getter : isDomesticHotWaterDisplayed()
  • Setter : setDomesticHotWaterDisplayed(boolean)

Display electrical appliances? (electricalAppliancesDisplayed)

Should primary energy and CO2 emissions for electrical appliances be displayed in maps and diagrams?

The corresponding values will be exported to the CSV file anyway.

  • Type : boolean
  • Default : false
  • Getter : isElectricalAppliancesDisplayed()
  • Setter : setElectricalAppliancesDisplayed(boolean)

Used in