Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.idea/

# PyPI configuration file
.pypirc
Expand Down
13 changes: 13 additions & 0 deletions debrisframe/c1Ti/c1TiCfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,16 @@ xsivoellmy = 200.
#++++++++++++ Entrainment Erosion Energy
# Used to determine speed loss via energy loss due to entrained mass
entEroEnergy = 5000

#++++++++++++ Deposition, Erosion and adaptive surface
# adapt the topography every time step
# activate with 1
# if adaptSfcStopped = 1: stopped particles (velocity = 0 or stopping criterion is reached)
# are deleted and saved in an additional dictionary (particles["stoppedParticles"])
adaptSfcStopped = 0
adaptSfcDetrainment = 0
adaptSfcEntrainment = 0
# only adapt topography if changing height in at least one cell is > thresholdAdaptSfc [m]
thresholdAdaptSfc = 0.1
# use the adapted topography as background in the report plots
adaptDemPlot = False