https://mooseframework.inl.gov
IsotropicCauchyStressTest.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 
23 {
24 public:
27 
28 protected:
29  void computeQpProperties() override;
30  void initQpStatefulProperties() override;
31 
32  const Real _lambda;
33  const Real _mu;
34 
37 
41 };
MaterialProperty< RankTwoTensor > & _sigma
const InputParameters & parameters() const
Publishes a simple hypoelastic Cauchy stress and dsigma/d(dL) analytically, where sigma_n+1 = sigma_n...
IsotropicCauchyStressTest(const InputParameters &parameters)
static InputParameters validParams()
const MaterialProperty< RankTwoTensor > & _dL
Strain calc&#39;s _deformation_gradient_increment (= sym + skew of dL).
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MaterialProperty< RankFourTensor > & _dsigma_d_dL
const MaterialProperty< RankTwoTensor > & _sigma_old