Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New schematisation wizard - adapt to database schema 300 #619

Open
leendertvanwolfswinkel opened this issue Oct 9, 2024 · 0 comments
Open
Assignees

Comments

@leendertvanwolfswinkel
Copy link
Collaborator

leendertvanwolfswinkel commented Oct 9, 2024

  • Many settings have moved to new tables and some have changed names
  • Replace the "0D Inflow" group box with a checkbox. The distinction between the two inflow parameter types has been removed. If the checkbox is checked, set simulation_template_settings.use_0d_inflow to True
  • Change the tooltip text to "Check this box if you want to include rainfall-runoff from surfaces and/or urban wastewater production (dry weather flow) in your schematisation."
  • Insert a row into the dry_weather_flow_distribution table:
  • Insert the following rows into the surface_parameters table:
id description outflow_delay surface_layer_thickness infiltration max_infiltration_capacity min_infiltration_capacity infiltration_decay_constant infiltration_recovery_constant
101 gesloten verharding, hellend 0.5 0 0 0 0 0 0
102 gesloten verharding, vlak 0.2 0.5 0 0 0 0 0
103 gesloten verharding, vlak uitgestrekt 0.1 1 0 0 0 0 0
104 open verharding, hellend 0.5 0 1 2 0.5 3 0.1
105 open verharding, vlak 0.2 0.5 1 2 0.5 3 0.1
106 open verharding, vlak uitgestrekt 0.1 1 1 2 0.5 3 0.1
107 dak, hellend 0.5 0 0 0 0 0 0
108 dak, vlak 0.2 2 0 0 0 0 0
109 dak, vlak uitgestrekt 0.1 4 0 0 0 0 0
110 onverhard, hellend 0.5 2 1 5 1 3 0.1
111 onverhard, vlak 0.2 4 1 5 1 3 0.1
112 onverhard, vlak uitgestrekt 0.1 6 1 5 1 3 0.1
113 half verhard, hellend 0.5 2 1 5 1 3 0.1
114 half verhard, vlak 0.2 4 1 5 1 3 0.1
115 half verhard, vlak uitgestrekt 0.1 6 1 5 1 3 0.1
  • Insert the following values into the materials table:
ID Description Friction type Friction value
0 Concrete 2 0.0145
1 PVC 2 0.011
2 Gres 2 0.0115
3 Cast iron 2 0.0135
4 Brickwork 2 0.016
5 HPE 2 0.011
6 HDPE 2 0.011
7 Plate iron 2 0.0135
8 Steel 2 0.013
  • Rename "Timestep settings" to "Time step settings"
  • Rename "Simulation timestep" to "Simulation time step"
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants