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:
56 };
const MaterialProperty< RankTwoTensor > & _inv_def_grad
Inverse F-bar-stabilized deformation gradient (= _F^{-1}).
const InputParameters & parameters() const
const MaterialProperty< Real > & _F_ust_det
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 > & _F_ust_inv
Inverse and determinant of the unstabilized deformation gradient, published by the strain calculator ...
const MaterialProperty< RankTwoTensor > & _inv_df
Inverse incremental deformation gradient.
const MaterialProperty< RankTwoTensor > & _F
F-bar-stabilized deformation gradient (= the strain calc&#39;s published _F).
virtual void computeQpStressUpdate() override
Calculate the stress update to provide both measures (cauchy and pk)