19 "Physically, this is just TensileStressUpdate, but the code uses " 20 "MultiParameterPlasticityStressUpdate::consistentTangentOperatorV instead of the optimised " 21 "algorithm found in TensileStressUpdate. The purpose is to show that the " 22 "MultiParameterPlasticityStressUpdate algorithm is correct, although slow.");
35 const std::vector<Real> & trial_stress_params,
37 const std::vector<Real> & stress_params,
41 bool compute_full_tangent_operator,
42 const std::vector<std::vector<Real>> & dvar_dtrial,
52 compute_full_tangent_operator,
static InputParameters validParams()
Struct designed to hold info about a single yield function and its derivatives, as well as the flow d...
TensileStressUpdate implements rate-independent associative tensile failure ("Rankine" plasticity) wi...
virtual void consistentTangentOperatorV(const RankTwoTensor &stress_trial, const std::vector< Real > &trial_stress_params, const RankTwoTensor &stress, const std::vector< Real > &stress_params, Real gaE, const yieldAndFlow &smoothed_q, const RankFourTensor &Eijkl, bool compute_full_tangent_operator, const std::vector< std::vector< Real >> &dvar_dtrial, RankFourTensor &cto)
Calculates the consistent tangent operator.
Just like TensileStressUpdate, but uses the base class, MultiParameterPlasticityStressUpdate::consist...
Real elasticity_tensor(unsigned int i, unsigned int j, unsigned int k, unsigned int l)
TensileStressUpdate_PartiallyImplemented(const InputParameters ¶meters)
registerMooseObject("SolidMechanicsTestApp", TensileStressUpdate_PartiallyImplemented)
static InputParameters validParams()
virtual void consistentTangentOperatorV(const RankTwoTensor &stress_trial, const std::vector< Real > &trial_stress_params, const RankTwoTensor &stress, const std::vector< Real > &stress_params, Real gaE, const yieldAndFlow &smoothed_q, const RankFourTensor &Eijkl, bool compute_full_tangent_operator, const std::vector< std::vector< Real >> &dvar_dtrial, RankFourTensor &cto) override
Calculates the consistent tangent operator.