Another way to account for material and temperature dependence is to use YIELDS output variable instead of fixed value when creating field output. This variable stores the current value of yield stress (so it will be different for each material and each elemental temperature) and can be used for Mises, Johnson-Cool and Hill plasticity models. It can’t be requested in CAE so you have to add it manually to field output requests in the input file (keyword editor can be used as well). Then during postprocessing go to Create Field Output window, select Function: Scalars, pick stress tensor and MISES as its scalar field. Next add the division operator (slash) and pick YIELDS variable. The formula displayed in Expression field should look like in this example:
s2f6_S.getScalarField(invariant=MISES) / s2f6_YIELDS
where s2f6 indicates step 2 frame 6.
As you can see this has to be done for each frame separately and that’s the problem when compared with scripting approach.