Viscous flow over a base #26187
Unanswered
wehrad
asked this question in
Q&A Getting Started
Replies: 1 comment 10 replies
-
|
Hello The only tool to change subdomain IDs dynamically currently is: If you are thinking of stopping the simulation and restarting, you can use the mesh generator to change subdomain ids: Guillaume |
Beta Was this translation helpful? Give feedback.
10 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 everyone,
I'm working on a mesh representing a viscous material and I'd like the latter to flow over the equivalent of a rock base/bed.
I thought of swapping all elements with the "bottom" boundary to a new subdomain ID to which I could give rock properties instead of the viscous ones and hence move the material/bed boundary one element up. But I couldn't find how to do so...
The end goal is to implement a Coulomb model at the interface between the viscous material and a rock base, at the bottom of my current mesh. But maybe there is actually a better way to do it from the beginning than changing subdomain IDs?
So far I've only found solutions for a friction law between two media that are directly described in the input mesh.
Thank you a lot in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions