Change sea_floor interaction #1028
Unanswered
AndresSepulveda
asked this question in
Q&A
Replies: 1 comment
|
I haven't tried this myself, but maybe you can manually call: interact_with_seafloor ( |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am studying a channel V-shaped, with steep bathymetry and I used a random vertical distribution of z to seed particles. After that
o.set_config('general:seafloor_action', 'deactivate')
was used to "remove" those seeded below the seafloor, however this option also deactivates particles that had a "good"
initial position, if they were advected into the sea floor.
Any advice on how to seed to a section with an arbitrary vertical shape? I would like to use
o.set_config('general:seafloor_action', 'previous')
All reactions