-
Notifications
You must be signed in to change notification settings - Fork 2
anuga sed crash with inlet operators #1
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
Comments
hi mikilterribile, |
Hi, I haven't solved the problem yet. Instead, I found another developed operator for computing solid transport (I can't remember its name, but there was a past discussion on GitHub with Stephen Roberts where we talked about it). However, I was still confused about some aspects of that operator, particularly the manual balancing of erosion and deposition within the domain. This is especially problematic also because near the domain edges Anuga's divergence function doesn't work correctly, leading to significant false erosion. So, starting from that operator, I developed my own custom operator that uses the Meyer-Peter & Müller formula to compute solid transport and addresses the issues mentioned earlier. This operator seems to work well, but it hasn't been officially tested against other models or field data yet (though it will be in the future). If you're interested, I'd be happy to share it with you. Best regards, |
thank you so much for your quick response! can you share whatever you did on email [email protected]? |
Hy everyone, I'm trying to use the anuga-sed solid transport operator in order to simulate a flooding event in a river. But it crashes, in each scenario it gives me the following error with the inlet operator: "assert current_volume >= 0.0 , 'Volume of watrer in inlet negative!'
AssertionError: Volume of watrer in inlet negative!"
Thanks in advance for your attention,
Best regards,
Michele Zucchelli.
The text was updated successfully, but these errors were encountered: