Skip to content
Open
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
9 changes: 9 additions & 0 deletions debrisframe/c1Ti/c1TiCfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ rhoEnt = 2000
# mass per particle (if MPPDIR is used) [kg]
massPerPart = 280000.

#+++++++++++++Hydrograph
# if hydrograph is True, add hydrograph, provide the hydrograph values in a csv-table in the HYDR folder
hydrograph = False
# when checking if an already existing particle is within a hydrograph polygon
# (that would cause numerical instabilities and rise an error), one can decide to add a buffer
# around the polygon (0 means take strictly the points inside, a very small value
# will include the points located on the polygon line)
thresholdPointInHydr = 0.01

#++++++++++++Friction model
# add the friction using an explicit formulation (1)
# or use an implicit method (0)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ change into your ``debrisframe`` directory (replace [YOURDIR] with your path fro


cd [YOURDIR]/DebrisFrame/debrisframe
python runComo1Debris.py
python runC1Ti.py



Expand Down