-
Notifications
You must be signed in to change notification settings - Fork 239
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
Winkler foundation boundary condition? #6149
Comments
Hi @ricitron and sorry for the late reply. In theory our traction boundary condition could be changed to create a force that depends on other quantities (like the Winkler foundation). However, how difficult that will be depends on a few factors:
For all of these there are 2 options:
Going with option 1 for a second: You could for example:
This would be relatively simple to implement and may even be possible without code modification using the
If an approximate density is not enough, or you cannot compute the boundary displacement purely based on the current position of the boundary, then things get complicated. We would probably have to think about extending the interface, which is not impossible, but a bit of work. I think it would be a cool extension to ASPECT to have an example or test of this. Let me know in case you want to contribute something like this. |
Thanks a ton for the reply. I will test this out (after AGU) and see how it goes with the option 1 you suggested. |
Is it possible to implement a Winkler foundation boundary condition for the bottom of a 2D box model? It would be a variable force on the bottom boundary equal to the boundary displacement times the gravity and mantle density. The idea is to simulate the flexure of the mechanical elastic lithosphere when a load is placed on the surface. Would this be possible with a the current boundary options or does it require a code modification?
The text was updated successfully, but these errors were encountered: