You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Culvert, Orifce, Pipe, and Weir: cross_section_shape, cross_section_width, cross_section_height, cross_section_table,
Process new field: ModelSettings.node_open_water_detection:
Setting should affect the behaviour of threedigrid_builder.grid.connection_nodes.ConnectionNodes.is_closed(). If node_open_water_detection = 1, use the current method. If it is 0, connection nodes that have >= channels connected to them should be regarded as "open water", i.e. is_closed() returns False
Process new obstacle fields:
Obstacle.affects_2d:
If True, the exchange level (dpumax) of 2D-2D flowlines that are intersected by this obstacle are increased to the obstacle's crest level
Obstacle.affects_1d2d_open_water:
If True, the exchange level (dpumax) of 1D-2D flowlines from "open water" nodes to 2D that are intersected by this obstacle are increased to the obstacle's crest level
Obstacle.affects_1d2d_closed:
If True, the exchange level (dpumax) of 1D-2D flowlines from "closed" nodes (i.e. sewerage and culverts) to 2D that are intersected by this obstacle are increased to the obstacle's crest level
The text was updated successfully, but these errors were encountered:
interface/db.py
do changes in column namesConnectionNodes
CrossSectionDefinition
and directly read cross section parameters fromCrossSectionLocation
:cross_section_shape
,cross_section_width
,cross_section_height
,cross_section_table
,cross_section_friction_values
,cross_section_vegetation_table
Culvert
,Orifce
,Pipe
, andWeir
:cross_section_shape
,cross_section_width
,cross_section_height
,cross_section_table
,ModelSettings.node_open_water_detection
:Obstacle.affects_2d
:Obstacle.affects_1d2d_open_water
:Obstacle.affects_1d2d_closed
:The text was updated successfully, but these errors were encountered: