https://mooseframework.inl.gov
ComputeLagrangianStressCauchy.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 
26 {
27 public:
30 
31 protected:
33  virtual void computeQpStressUpdate() override;
35  virtual void computeQpCauchyStress() = 0;
36 
37 private:
39  virtual void computeQpPK1Stress();
40 
41 protected:
48 };
const MaterialProperty< RankTwoTensor > & _inv_def_grad
Inverse deformation gradient.
virtual void computeQpPK1Stress()
Wrap the Cauchy stress to get the PK stress.
ComputeLagrangianStressCauchy(const InputParameters &parameters)
Provide stresses in the form required for the Lagrangian kernels.
Native interface for providing the Cauchy stress.
virtual void computeQpCauchyStress()=0
Provide for the actual Cauchy stress update (just cauchy)
const MaterialProperty< RankTwoTensor > & _inv_df
Inverse incremental deformation gradient.
const InputParameters & parameters() const
const MaterialProperty< RankTwoTensor > & _F
Deformation gradient.
virtual void computeQpStressUpdate() override
Calculate the stress update to provide both measures (cauchy and pk)