Skip to content

AbaqusUMATStress for different constant_properties for each element or grain #27809

Discussion options

You must be logged in to vote

Those would not be constant properties, but external_fields and you would have to put the Euler angles into a set of AuxVariables. If you want to go with constant_properties you'd have to block restrict the AbaqusUMATStress material and add it multiple times (once for each block) and supply it with different values for the Euler angles each time. If you have a small number of Euler angles this could be done by hand. For a larger number you could either generate an input using a Python script or write a MOOSE Action that adds the AbaqusUMATStress using data read from a file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LifengGan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants