www.mooseframework.org
IsotropicPowerLawHardeningStressUpdate.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
13 #include "MooseMesh.h"
14 
31 template <bool is_ad>
34 {
35 public:
37 
39 
40  using Material::_qp;
42 
43 protected:
44  virtual void
45  computeStressInitialize(const GenericReal<is_ad> & effective_trial_stress,
48  virtual GenericReal<is_ad> computeHardeningDerivative(const GenericReal<is_ad> & scalar) override;
49 
54 
57 
60 
62 };
63 
typename Moose::GenericType< RankFourTensor, is_ad > GenericRankFourTensor
This class uses the Discrete material in a radial return isotropic plasticity model.
virtual GenericReal< is_ad > computeHardeningDerivative(const GenericReal< is_ad > &scalar) override
RadialReturnStressUpdate computes the radial return stress increment for an isotropic elastic-viscopl...
virtual void computeYieldStress(const GenericRankFourTensor< is_ad > &elasticity_tensor) override
Real elasticity_tensor(unsigned int i, unsigned int j, unsigned int k, unsigned int l)
unsigned int _qp
IsotropicPowerLawHardeningStressUpdateTempl< true > ADIsotropicPowerLawHardeningStressUpdate
GenericReal< is_ad > getIsotropicLameLambda(const GenericRankFourTensor< is_ad > &elasticity_tensor)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
IsotropicPowerLawHardeningStressUpdateTempl(const InputParameters &parameters)
virtual void computeStressInitialize(const GenericReal< is_ad > &effective_trial_stress, const GenericRankFourTensor< is_ad > &elasticity_tensor) override
Perform any necessary initialization before return mapping iterations.
const InputParameters & parameters() const
typename Moose::GenericType< Real, is_ad > GenericReal
IsotropicPowerLawHardeningStressUpdateTempl< false > IsotropicPowerLawHardeningStressUpdate
This class uses the Discrete material in a radial return isotropic plasticity model.