TensorMechanicsPlasticWeakPlaneTensileN(const InputParameters ¶meters)
Rate-independent associative weak-plane tensile failure with hardening/softening, and normal directio...
RankTwoTensor flowPotential(const RankTwoTensor &stress, Real intnl) const override
The flow potential.
Real yieldFunction(const RankTwoTensor &stress, Real intnl) const override
The following functions are what you should override when building single-plasticity models.
RankTwoTensor dyieldFunction_dstress(const RankTwoTensor &stress, Real intnl) const override
The derivative of yield function with respect to stress.
RankTwoTensor dflowPotential_dintnl(const RankTwoTensor &stress, Real intnl) const override
The derivative of the flow potential with respect to the internal parameter.
InputParameters validParams< TensorMechanicsPlasticWeakPlaneTensileN >()
Real dyieldFunction_dintnl(const RankTwoTensor &stress, Real intnl) const override
The derivative of yield function with respect to the internal parameter.
RankTwoTensor _df_dsig
Flow direction, which is constant in this case.
virtual std::string modelName() const override
static InputParameters validParams()
RealTensorValue _rot
This rotation matrix rotates _input_n to (0, 0, 1)
RealVectorValue _input_n
Unit normal inputted by user.
RankFourTensor dflowPotential_dstress(const RankTwoTensor &stress, Real intnl) const override
The derivative of the flow potential with respect to stress.
Rate-independent associative weak-plane tensile failure with hardening/softening of the tensile stren...