RWHT¶
A simple model to simulate the a rainwater harvesting storage tank
Parameter¶
Name | Type | Description |
---|---|---|
storage_volume | double | storage volume of tank in m3 |
In and Out¶
Name | Type | Description |
---|---|---|
in_sw | in | storm water inflow |
in_np | in | demand |
out_sw | out | storm water outflow |
out_np | out | forward of demand not provided by tank |
State Variables¶
Name | Type | Description |
---|---|---|
spills | INT | Number of spills |
dry | INT | Number of dry days |
storage_behaviour | DOUBLE VECTOR | m3 |
provided_volume | DOUBLE VECTOR | m3 |