https://mooseframework.inl.gov
StVenantKirchhoffPK2Test.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 
12 #include "Material.h"
13 #include "RankTwoTensor.h"
14 #include "RankFourTensor.h"
15 
24 {
25 public:
28 
29 protected:
30  void computeQpProperties() override;
31 
32  const Real _lambda;
33  const Real _mu;
34 
38 
41 };
const InputParameters & parameters() const
const MaterialProperty< RankTwoTensor > & _F
Strain-calc-published F (= F-bar-stabilized when F-bar is on; equal to F_ust otherwise).
MaterialProperty< RankFourTensor > & _dpk2_dF
MaterialProperty< RankTwoTensor > & _pk2
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
StVenantKirchhoffPK2Test(const InputParameters &parameters)
Publishes an isotropic Saint-Venant-Kirchhoff PK2 stress and dPK2/dF analytically.
static InputParameters validParams()