https://mooseframework.inl.gov
Loading...
Searching...
No Matches
RadialReturnBackstressStressUpdateBase.h
Go to the documentation of this file.
1#pragma once
2
4
5template <bool is_ad>
7{
8public:
10
12
13 using Material::_qp;
15
16protected:
17 virtual void initQpStatefulProperties() override;
18 virtual void propagateQpStatefulProperties() override;
19 virtual void updateState(GenericRankTwoTensor<is_ad> & strain_increment,
20 GenericRankTwoTensor<is_ad> & inelastic_strain_increment,
21 const GenericRankTwoTensor<is_ad> & /*rotation_increment*/,
22 GenericRankTwoTensor<is_ad> & stress_new,
23 const RankTwoTensor & /*stress_old*/,
25 const RankTwoTensor & elastic_strain_old,
26 bool compute_full_tangent_operator,
27 RankFourTensor & tangent_operator) override;
28
31};
32
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Moose::GenericType< RankFourTensor, is_ad > GenericRankFourTensor
Moose::GenericType< RankTwoTensor, is_ad > GenericRankTwoTensor
RadialReturnBackstressStressUpdateBaseTempl< false > RadialReturnBackstressStressUpdateBase
RadialReturnBackstressStressUpdateBaseTempl< true > ADRadialReturnBackstressStressUpdateBase
unsigned int _qp
const InputParameters & parameters() const
GenericMaterialProperty< RankTwoTensor, is_ad > & _backstress
virtual void propagateQpStatefulProperties() override
If updateState is not called during a timestep, this will be.
virtual void updateState(GenericRankTwoTensor< is_ad > &strain_increment, GenericRankTwoTensor< is_ad > &inelastic_strain_increment, const GenericRankTwoTensor< is_ad > &, GenericRankTwoTensor< is_ad > &stress_new, const RankTwoTensor &, const GenericRankFourTensor< is_ad > &elasticity_tensor, const RankTwoTensor &elastic_strain_old, bool compute_full_tangent_operator, RankFourTensor &tangent_operator) override
A radial return (J2) mapping method is performed with return mapping iterations.
RadialReturnStressUpdate computes the radial return stress increment for an isotropic elastic-viscopl...
void propagateQpStatefulPropertiesRadialReturn()
Propagate the properties pertaining to this intermediate class.
Real elasticity_tensor(unsigned int i, unsigned int j, unsigned int k, unsigned int l)