KWR-Water / pysimdeum

SIMDEUM in python
European Union Public License 1.2
14 stars 7 forks source link

Simulating multiple days #21

Open mariekeberlin opened 1 year ago

mariekeberlin commented 1 year ago

The following code only gives a simulated water consumption of the first day. However, the water consumption of the second day is zero. house=pysimdeum.built_house() consumption=house.simulate(duration='2 day', num_patterns=100).sum(['enduse', 'user'])

BramHillebrand commented 5 months ago

If a dishwasher or washing machine is simulated on another day than the first the simulation still fails. This is being adressed now.