Closed lukuna closed 2 years ago
@lukuna there is no material property called "plastic_strain" in FiniteStrainCrystalPlasticityThermal, to see the list of all material properties related to plasticity, you need to check in the parent class, FiniteStrainCrystalPlasticity.
You can try with: rank_two_tensor = fp
which is the plastic deformation gradient.
Trust this helps, Nicolò
I am trying to add the plastic_strain auxvariable to my calculations and am getting the following error:
Material property 'plastic_strain', requested by 'plastic_xx' is not defined on block 1
Does the FiniteStrainCrystalPlasticityThermal material not include plastic_strain?
A snippet of the input and relevant blocks is included below: