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
For the numerical schema for structure equations, a discretization node is needed before and after the structures.
For now this is not taken into account because generate the discretization nodes using branch information only.
This is in hydromt_delft3dfm.workflows.mesh.mesh1d_add_branch. First the Branch object generate_node is called, the nework.mesh1d_add_branch is called.
when generate_node, there is an argument structure_chainage (A list with the structure chainages) and max_dist_to_struc (The maximum distance from a node to a structure) that allows additional nodes to be generated if there is a structure.
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Kind of request
Adding new functionality
Enhancement Description
For the numerical schema for structure equations, a discretization node is needed before and after the structures.
For now this is not taken into account because generate the discretization nodes using branch information only.
This is in
hydromt_delft3dfm.workflows.mesh.mesh1d_add_branch
. First theBranch
objectgenerate_node
is called, thenework.mesh1d_add_branch
is called.when
generate_node
, there is an argumentstructure_chainage
(A list with the structure chainages) andmax_dist_to_struc
(The maximum distance from a node to a structure) that allows additional nodes to be generated if there is a structure.Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: