https://mooseframework.inl.gov
ComputeLagrangianStressPK2.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 
25 {
26 public:
29 
30 protected:
32  virtual void computeQpPK1Stress() override;
34  virtual void computeQpPK2Stress() = 0;
35 
36 protected:
43 };
Native interface for providing the 1st Piola Kirchhoff stress.
virtual void computeQpPK2Stress()=0
Provide the PK2 stress and dPK2/dC.
ComputeLagrangianStressPK2(const InputParameters &parameters)
static InputParameters validParams()
virtual void computeQpPK1Stress() override
Wrap PK2 -> PK1.
Native interface for providing the 2nd Piola Kirchhoff stress.
MaterialProperty< RankTwoTensor > & _E
Green-Lagrange strain.
MaterialProperty< RankFourTensor > & _C
2nd PK tangent (dS/dF)
const InputParameters & parameters() const
MaterialProperty< RankTwoTensor > & _S
2nd PK stress