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),
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...
SolidMechanicsPlasticMeanCap(const InputParameters ¶meters)
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
RankTwoTensorTempl< Real > dtrace() const
virtual Real value(Real intnl) const
RankTwoTensor dflowPotential_dintnl(const RankTwoTensor &stress, Real intnl) const override
The derivative of the flow potential with respect to the internal parameter.
registerMooseObject("SolidMechanicsApp", SolidMechanicsPlasticMeanCap)
static InputParameters validParams()
const SolidMechanicsHardeningModel & _strength
strength
Class that limits the mean stress Yield function = a*mean_stress - strength mean_stress = (stress_xx ...
virtual Real derivative(Real intnl) const
Hardening Model base class.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
RankTwoTensor dyieldFunction_dstress(const RankTwoTensor &stress, Real intnl) const override
The derivative of yield function with respect to stress.
Plastic Model base class The virtual functions written below must be over-ridden in derived classes t...
RankTwoTensor flowPotential(const RankTwoTensor &stress, Real intnl) const override
The flow potential.
registerMooseObjectRenamed("SolidMechanicsApp", TensorMechanicsPlasticMeanCap, "01/01/2025 00:00", SolidMechanicsPlasticMeanCap)