Hourly Heat Demand
Goal
Applies VDI 4710 with DegreeDays method in order to estimate an hourly profile of space heating demand.
Technical information
Class | HourlyHeatDemand |
Superclass | WorkflowStepWithSimStadtGraphics |
Author | |
Maintainer | |
Source location | simstadt-workflows-energy/src/main/java/de/hftstuttgart/simstadtworkflowsteps/energy/HourlyHeatDemand.java |
Package | de.hftstuttgart.simstadtworkflowsteps.energy |
Project | simstadt-workflows-energy |
Dependencies
- Create SimStadt Model
- Geometric Preprocessor
- Import City Gml
- Irradiance Processor
- Monthly Energy Balance
- Physics Preprocessor
- Usage Preprocessor
- Weather Processor
Parameters
Write one file per building? (oneFilePerBuilding
)
If desired, one result file can be written for each simulated building.
It includes:
* "Hour of the Year" * Hourly demand * Load duration curve
Those file can be used in further processing, e.g. with INSEL.
- Type :
boolean
- Default :
false
- Getter :
isOneFilePerBuilding()
- Setter :
setOneFilePerBuilding(boolean)