Real dyieldFunction_dintnl(const RankTwoTensor &stress, Real intnl) const override
The derivative of yield function with respect to the internal parameter.
RankTwoTensor flowPotential(const RankTwoTensor &stress, Real intnl) const override
The flow potential.
static InputParameters validParams()
RankTwoTensor dflowPotential_dintnl(const RankTwoTensor &stress, Real intnl) const override
The derivative of the flow potential with respect to the internal parameter.
const TensorMechanicsHardeningModel & _strength
strength
RankFourTensor dflowPotential_dstress(const RankTwoTensor &stress, Real intnl) const override
The derivative of the flow potential with respect to stress.
virtual std::string modelName() const override
Class that limits the mean stress Yield function = a*mean_stress - strength mean_stress = (stress_xx ...
Plastic Model base class The virtual functions written below must be over-ridden in derived classes t...
RankTwoTensor dyieldFunction_dstress(const RankTwoTensor &stress, Real intnl) const override
The derivative of yield function with respect to stress.
TensorMechanicsPlasticMeanCap(const InputParameters ¶meters)
Real yieldFunction(const RankTwoTensor &stress, Real intnl) const override
The following functions are what you should override when building single-plasticity models.
InputParameters validParams< TensorMechanicsPlasticMeanCap >()
Hardening Model base class.