You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Julian,
Here are the codes that set the model with same paramters and same solver, same precisions, but have different fault patterns.
Can you help check this issue?
Note that, as I set gaussian points in UW2, you have to set gaussian points for swarm in UWGeo as well. I manually change the default setup in my docker environment for UWGeo (in UWGeo you cannot change the default swarm distribution in the python interface). However, as I see it is not the particle distribution that affect the final results, it may be ok to let it be there. Extension_debug.zip
this is the plastic strain from UW2 after 2Ma. Faults tend to dip to left side of the model in UW2.
the one from UWGeo after 2Ma.
The maximum plasticstrain strain at the same time running in UW2 and UWGeo is quite different.
Cheers,
Haibin
The text was updated successfully, but these errors were encountered:
It looks like the problem you're experiencing is due to the _cohesionFn function in UWGeodynamics/_rheology.py missing the epsilon1 and epsilon2 parameters. As a result, the cohesion doesn't vary with plastic strain and remains constant, which is certainly not the intended behavior.
To fix this, you can adjust the _cohesionFn so it correctly applies linear cohesion weakening based on accumulated plastic strain. The weakening parameters epsilon1 and epsilon2 should be passed into the function, and the cohesion should be updated accordingly.
Here’s a quick fix to add the missing parameters to _cohesionFn:
In your uw2 file, you're not using atan for the friction coefficient. This may not cause a significant issue, but it's worth double-checking your friction weakening implementation to ensure it's working as expected.
Hi Julian,
Here are the codes that set the model with same paramters and same solver, same precisions, but have different fault patterns.
Can you help check this issue?
Note that, as I set gaussian points in UW2, you have to set gaussian points for swarm in UWGeo as well. I manually change the default setup in my docker environment for UWGeo (in UWGeo you cannot change the default swarm distribution in the python interface). However, as I see it is not the particle distribution that affect the final results, it may be ok to let it be there.
Extension_debug.zip
this is the plastic strain from UW2 after 2Ma. Faults tend to dip to left side of the model in UW2.
the one from UWGeo after 2Ma.
The maximum plasticstrain strain at the same time running in UW2 and UWGeo is quite different.
Cheers,
Haibin
The text was updated successfully, but these errors were encountered: