https://mooseframework.inl.gov
Loading...
Searching...
No Matches
IsotropicPowerLawHardeningStressUpdate.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
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
31template <bool is_ad>
63
IsotropicPowerLawHardeningStressUpdateTempl< true > ADIsotropicPowerLawHardeningStressUpdate
IsotropicPowerLawHardeningStressUpdateTempl< false > IsotropicPowerLawHardeningStressUpdate
Moose::GenericType< RankFourTensor, is_ad > GenericRankFourTensor
Moose::GenericType< Real, is_ad > GenericReal
This class uses the Discrete material in a radial return isotropic plasticity model.
This class uses the Discrete material in a radial return isotropic plasticity model.
GenericReal< is_ad > getIsotropicLameLambda(const GenericRankFourTensor< is_ad > &elasticity_tensor)
virtual GenericReal< is_ad > computeHardeningDerivative(const GenericReal< is_ad > &scalar) override
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.
virtual void computeYieldStress(const GenericRankFourTensor< is_ad > &elasticity_tensor) override
unsigned int _qp
const InputParameters & parameters() const
RadialReturnStressUpdate computes the radial return stress increment for an isotropic elastic-viscopl...
GenericReal< is_ad > _three_shear_modulus
3 * shear modulus
Real elasticity_tensor(unsigned int i, unsigned int j, unsigned int k, unsigned int l)