Open leendertvanwolfswinkel opened 1 week ago
ExchangeTypeGroundwater
to constants.py
with values 1 (ISOLATED
) AND 2 (CONNECTED
exchange_type_groundwater
to Pipe
and ConnectionNode
in models.py
Connected if table.exchange_thickness is not None or table.hydraulic_conductivity_in is not None or table.hydraulic_conductivity_out is not None
exchange_type_groundwater
?exchange_type_groundwater
in get_pipes
and get_connections_nodes
in interface/db.py
and add to Pipe
and ConnectionNode
classesPipe.has_groundwater_exchange
and ConnectionNode.has_groundwater_exchange
to use exchange_type_groundwater
User story
"I want to schematize a underground stormwater storage facility that is fed from the stormwater system, exchanges with the groundwater, but does not itself directly exchange with the surface"
The image below shows the storage facility in grey and the stormwater system in blue:
Proposed solution