IsotropicPlasticityStressUpdateTempl< false > IsotropicPlasticityStressUpdate
IsotropicPlasticityStressUpdateTempl< true > ADIsotropicPlasticityStressUpdate
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< VariableValue, is_ad > GenericVariableValue
Moose::GenericType< RankFourTensor, is_ad > GenericRankFourTensor
Moose::GenericType< Real, is_ad > GenericReal
Moose::GenericType< RankTwoTensor, is_ad > GenericRankTwoTensor
This class uses the Discrete material in a radial return isotropic plasticity model.
virtual void initQpStatefulProperties() override
GenericMaterialProperty< Real, is_ad > & _hardening_variable
static InputParameters validParams()
const Function * _yield_stress_function
virtual void computeStressInitialize(const GenericReal< is_ad > &effective_trial_stress, const GenericRankFourTensor< is_ad > &elasticity_tensor) override
Perform any necessary initialization before return mapping iterations.
virtual GenericReal< is_ad > computeResidual(const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar) override
Compute the residual for a predicted value of the scalar.
const std::string _plastic_prepend
a string to prepend to the plastic strain Material Property name
GenericReal< is_ad > yieldCondition() const
const Function *const _hardening_function
virtual GenericReal< is_ad > computeHardeningValue(const GenericReal< is_ad > &scalar)
virtual GenericReal< is_ad > computeHardeningDerivative(const GenericReal< is_ad > &scalar)
const Real _hardening_constant
GenericReal< is_ad > _yield_stress
virtual void propagateQpStatefulProperties() override
If updateState is not called during a timestep, this will be.
virtual void computeStressFinalize(const GenericRankTwoTensor< is_ad > &plastic_strain_increment) override
Perform any necessary steps to finalize state after return mapping iterations.
const MaterialProperty< RankTwoTensor > & _plastic_strain_old
old value of plastic strain
const GenericVariableValue< is_ad > & _temperature
const MaterialProperty< Real > & _hardening_variable_old
virtual void iterationFinalize(const GenericReal< is_ad > &scalar) override
Finalize internal state variables for a model for a given iteration.
GenericMaterialProperty< RankTwoTensor, is_ad > & _plastic_strain
plastic strain in this model
virtual void computeYieldStress(const GenericRankFourTensor< is_ad > &elasticity_tensor)
GenericReal< is_ad > _hardening_slope
GenericReal< is_ad > _yield_condition
virtual GenericReal< is_ad > computeDerivative(const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar) override
Compute the derivative of the residual as a function of the scalar variable.
const InputParameters & parameters() const
RadialReturnStressUpdate computes the radial return stress increment for an isotropic elastic-viscopl...
GenericReal< is_ad > _three_shear_modulus
3 * shear modulus
const std::string _base_name
Name used as a prefix for all material properties related to the stress update model.
Real elasticity_tensor(unsigned int i, unsigned int j, unsigned int k, unsigned int l)