moose icon indicating copy to clipboard operation
moose copied to clipboard

Fix umat interface rotation

Open WulfHans opened this issue 2 years ago • 3 comments

When passing the stress to the UMAT, the old stress must be passed with rotation. The resulting stress is the cauchy stress, that does not require any additional rotation. This PR fixes the issue, that the stress was rotated after calling the UMAT instead of before. The additional test passes exactly with this fix. Some previous tests do not pass anymore, as they use gold files generated with the incorrect implementation.

refs #21797

WulfHans avatar Aug 15 '22 15:08 WulfHans

Job Documentation on c5da932 wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild avatar Aug 17 '22 17:08 moosebuild

I think I have a solution for the failing tests. Will put up a PR soon.

jessecarterMOOSE avatar Aug 17 '22 18:08 jessecarterMOOSE

superseded by #21872

jessecarterMOOSE avatar Sep 26 '22 15:09 jessecarterMOOSE