15 TensorMechanicsPlasticMeanCap,
23 params.
addParam<Real>(
"a", 1.0,
"Yield function = a*mean_stress - strength");
24 params.
addRequiredParam<UserObjectName>(
"strength",
"Yield function = a*mean_stress - strength");
25 params.
addClassDescription(
"Class that limits the mean stress. Yield function = a*mean_stress - "
26 "strength. mean_stress = (stress_xx + stress_yy + stress_zz)/3");
33 _a_over_3(getParam<Real>(
"a") / 3.0),
registerMooseObjectRenamed("SolidMechanicsApp", TensorMechanicsPlasticMeanCap, "01/01/2025 00:00", SolidMechanicsPlasticMeanCap)
registerMooseObject("SolidMechanicsApp", SolidMechanicsPlasticMeanCap)
RankTwoTensorTempl< T > dtrace() const
Hardening Model base class.
virtual Real derivative(Real intnl) const
virtual Real value(Real intnl) const
Class that limits the mean stress Yield function = a*mean_stress - strength mean_stress = (stress_xx ...
RankTwoTensor dyieldFunction_dstress(const RankTwoTensor &stress, Real intnl) const override
The derivative of yield function with respect to stress.
RankFourTensor dflowPotential_dstress(const RankTwoTensor &stress, Real intnl) const override
The derivative of the flow potential with respect to stress.
Real dyieldFunction_dintnl(const RankTwoTensor &stress, Real intnl) const override
The derivative of yield function with respect to the internal parameter.
Real yieldFunction(const RankTwoTensor &stress, Real intnl) const override
The following functions are what you should override when building single-plasticity models.
const SolidMechanicsHardeningModel & _strength
strength
SolidMechanicsPlasticMeanCap(const InputParameters ¶meters)
virtual std::string modelName() const override
RankTwoTensor dflowPotential_dintnl(const RankTwoTensor &stress, Real intnl) const override
The derivative of the flow potential with respect to the internal parameter.
RankTwoTensor flowPotential(const RankTwoTensor &stress, Real intnl) const override
The flow potential.
static InputParameters validParams()
Plastic Model base class The virtual functions written below must be over-ridden in derived classes t...
static InputParameters validParams()