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 computeQpPK1Stress() override;
23 
24 protected:
29 };
Native interface for providing the 1st Piola Kirchhoff stress.
void computeQpPK1Stress() override
Provide for the actual PK stress update (just PK1)
const MaterialProperty< RankFourTensor > & _dpk2_dF
2nd PK tangent (dS/dF)
const MaterialProperty< RankTwoTensor > & _pk2
2nd PK stress
const InputParameters & parameters() const
ComputeLagrangianStressCustomPK2(const InputParameters &parameters)
Adapt a custom-defined PK2 stress and its Jacobian to provide the PK1 stress and its Jacobian...