Go to the documentation of this file.
48 const yieldAndFlow & smoothed_q,
50 bool compute_full_tangent_operator,
57 const std::vector<Real> & intnl,
58 const yieldAndFlow & smoothed_q,
virtual void consistentTangentOperator(const RankTwoTensor &stress_trial, Real p_trial, Real q_trial, const RankTwoTensor &stress, Real p, Real q, Real gaE, const yieldAndFlow &smoothed_q, const RankFourTensor &Eijkl, bool compute_full_tangent_operator, RankFourTensor &cto) const override
Calculates the consistent tangent operator.
virtual RankTwoTensor dqdstress(const RankTwoTensor &stress) const override
d(q)/d(stress) Derived classes must override this
CappedWeakPlaneCosseratStressUpdate performs the return-map algorithm and associated stress updates f...
InputParameters validParams< CappedWeakPlaneCosseratStressUpdate >()
virtual void setStressAfterReturn(const RankTwoTensor &stress_trial, Real p_ok, Real q_ok, Real gaE, const std::vector< Real > &intnl, const yieldAndFlow &smoothed_q, const RankFourTensor &Eijkl, RankTwoTensor &stress) const override
Sets stress from the admissible parameters.
bool requiresIsotropicTensor() override
Does the model require the elasticity tensor to be isotropic?
static InputParameters validParams()
virtual RankFourTensor d2qdstress2(const RankTwoTensor &stress) const override
d2(q)/d(stress)/d(stress) Derived classes must override this
CappedWeakPlaneStressUpdate performs the return-map algorithm and associated stress updates for plast...
CappedWeakPlaneCosseratStressUpdate(const InputParameters ¶meters)