https://mooseframework.inl.gov
ComputeLagrangianLinearElasticStress.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 
20 {
21 public:
24 
25 protected:
27  virtual void computeQpSmallStress();
28 
29 protected:
32 };
const MaterialProperty< RankFourTensor > & _elasticity_tensor
The elasticity tensor.
virtual void computeQpSmallStress()
Implement the elastic small stress update.
Provide the Cauchy stress via an objective integration of a small stress.
Calculate a small strain elastic stress update.
ComputeLagrangianLinearElasticStress(const InputParameters &parameters)
const InputParameters & parameters() const