Water Food Demand Processor
Goal
Experimental workflowstep, designed to estimate the water and food demand of buildings
Technical information
Class | WaterFoodDemandProcessor |
Superclass | WorkflowStep |
Author | |
Maintainer | |
Source location | simstadt-workflows-energy/src/main/java/de/hftstuttgart/simstadtworkflowsteps/biomass/WaterFoodDemandProcessor.java |
Package | de.hftstuttgart.simstadtworkflowsteps.biomass |
Project | simstadt-workflows-energy |
Dependencies
- Create SimStadt Model
- Geometric Preprocessor
- Import City Gml
- Physics Preprocessor
- Usage Preprocessor
Parameters
Federal State (federalState
)
- Type :
FederalState
- Default :
BADEN_WUERTTEMBERG
- Possible values :
SCHLESWIG_HOLSTEIN, HAMBURG, NIEDERSACHSEN, NORDRHEIN_WESTFALEN, HESSEN, BADEN_WUERTTEMBERG, BAYERN, BRANDENBURG, MECKLENBURG_VORPOMMERN, SACHSEN_ANHALT, THUERINGEN, BERLIN, RHEINLAND_PFALZ, SACHSEN_ANHLAT, SAARLAND, SACHSEN, BREMEN
- Getter :
getFederalState()
- Setter :
setFederalState(FederalState)
Income per capita (income
)
Average net income per capita. Used for residential water consumption
- Type :
int
-
Default :
16500
-
Unit :
[€ / (person * year)]
- Getter :
getIncome()
- Setter :
setIncome(int)
Fresh water price (waterPrice
)
€ / m³
- Type :
double
- Default :
3.79
- Getter :
getWaterPrice()
- Setter :
setWaterPrice(double)
Average age of population (age
)
Average age of population
- Type :
double
-
Default :
42.2
-
Unit :
[year]
- Getter :
getAge()
- Setter :
setAge(double)
GDP per capita (capitaGDP
)
GDP per capita. Used for industry water consumption.
- Type :
int
-
Default :
42000
-
Unit :
[€ / ( person * year)]
- Getter :
getCapitaGDP()
- Setter :
setCapitaGDP(int)