https://mooseframework.inl.gov
ComputeLagrangianStressCustomPK2.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 
16 {
17 public:
20 
21 protected:
22  void initialSetup() override;
23  void computeQpPK1Stress() override;
28  void computeQpCauchyStress() override;
29 
30 protected:
36 };
void computeQpCauchyStress() override
Override the PK1-base sigma wrap because PK1 = F_ust * PK2 has direct F_ust dependence already accoun...
Native interface for providing the 1st Piola Kirchhoff stress.
void computeQpPK1Stress() override
Provide for the actual PK stress update (just PK1)
const InputParameters & parameters() const
const MaterialProperty< RankFourTensor > & _dpk2_dF
2nd PK tangent dPK2/d(F_stab).
const MaterialProperty< RankTwoTensor > & _pk2
2nd PK stress
ComputeLagrangianStressCustomPK2(const InputParameters &parameters)
Adapt a custom-defined PK2 stress and its Jacobian to provide the PK1 stress and its Jacobian...
void initialSetup() override
Derive _large_kinematics from the strain calculator&#39;s LARGE_KINEMATICS guarantee. ...