From 44900577f815daa330bb931a020da3ac5e9745fc Mon Sep 17 00:00:00 2001 From: paulasp Date: Wed, 12 Nov 2025 09:56:11 +0100 Subject: [PATCH] Update cfg for adapting surface --- .gitignore | 2 +- debrisframe/c1Ti/c1TiCfg.ini | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d6cef7..504ef11 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/debrisframe/c1Ti/c1TiCfg.ini b/debrisframe/c1Ti/c1TiCfg.ini index eab729a..b5ca11a 100644 --- a/debrisframe/c1Ti/c1TiCfg.ini +++ b/debrisframe/c1Ti/c1TiCfg.ini @@ -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