https://mooseframework.inl.gov
ComputeIsotropicElasticityTensor.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 
18 template <bool is_ad, typename T>
20 {
21 public:
23 
25 
26  virtual void initialSetup() override { residualSetup(); }
27 
28  virtual void residualSetup() override;
29 
30 protected:
31  virtual void computeQpElasticityTensor() override;
32 
39 
41  const Real & _lambda;
45 
47  T _Cijkl;
48 
51 
59 };
60 
ComputeIsotropicElasticityTensorTempl(const InputParameters &parameters)
ComputeElasticityTensorBase the base class for computing elasticity tensors.
ComputeIsotropicElasticityTensorTempl< false, RankFourTensor > ComputeIsotropicElasticityTensor
Real _effective_stiffness_local
Effective stiffness of the element: function of material properties.
ComputeIsotropicElasticityTensorTempl< false, SymmetricRankFourTensor > SymmetricIsotropicElasticityTensor
ComputeIsotropicElasticityTensorTempl< true, RankFourTensor > ADComputeIsotropicElasticityTensor
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ComputeIsotropicElasticityTensor defines an elasticity tensor material for isotropic materials...
const InputParameters & parameters() const
ComputeIsotropicElasticityTensorTempl< true, SymmetricRankFourTensor > ADSymmetricIsotropicElasticityTensor