-
Notifications
You must be signed in to change notification settings - Fork 8
[com1]: Add input hydrograph (initial) #1167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f7d0138 to
d82f478
Compare
617663f to
8f8137a
Compare
eade224 to
bd6d031
Compare
5bb1d34 to
b3b7f70
Compare
ee06344 to
9118cc4
Compare
9118cc4 to
e3eb671
Compare
e3eb671 to
79bed77
Compare
❌ 5 blocking issues (5 total)
@qltysh one-click actions:
|
79dfa85 to
af21d82
Compare
|
Diff Coverage: The code coverage on the diff in this pull request is 52.3%. Total Coverage: This PR will decrease coverage by 0.25%. File Coverage Changes
🛟 Help
|
af21d82 to
3bbab65
Compare
3bbab65 to
a3164a3
Compare
first try to get source in different time steps first try for particles with initial velocity hydrographs works with csv table Array containing z - location of particles is updated with hydrograph particles comment FSO: move specific hydrograph functions in a separate debris file adapt tests add tests for new functions add check for requirements of hydrograph csv file update velocity magnitude check if existing particles are withon hydrograph polygon
first try with hydrograph as input (additionally to REL-area)
a polygon of the area and a csv-table (containing timesteps in first column, thickness values in the second column, and optionally velocity values in the third column) need to be provided in
Inputs/HYDRin defined time steps additional particles are initialized (similar as REL-area):
there are still many open questions and ideas for improvements (see sub issues in DebrisFrame Issue #13)
doc, a standard setup and standard tests are still missing (Add example setup for hydrograph input DebrisFrame#27).