geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
223 stars 235 forks source link

Modify Stress limiter in VP? #5961

Open bobmyhill opened 2 months ago

bobmyhill commented 2 months ago

In the visco_plastic rheology, there is an option to approximate plastic yielding with a power law rheology. Currently, the rheology:

The first of these is potentially problematic, because the reference strain rate is first used to initialise the strain rate fields (not affecting the solution), whereas the reuse actually modifies the solution.

The second of these is probably unnecessary complexity - the value of the exponent simply dictates the smoothness of the transition from viscous to plastic.

I'd like to suggest

gassmoeller commented 2 months ago

As mentioned in https://github.com/geodynamics/aspect/pull/5946#issuecomment-2220511640 I think both are good ideas. It would be great if @anne-glerum or @naliboff could chime in on the usefulness of different stress limiter exponents for different compositions. Is it worth keeping or not?