www.mooseframework.org
ComputeCosseratElasticityTensor.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 
15 
16 template <>
18 
23 {
24 public:
25  static InputParameters validParams();
26 
27  ComputeCosseratElasticityTensor(const InputParameters & parameters);
28 
29 protected:
30  virtual void computeQpElasticityTensor();
31 
34 
37 
39  MaterialProperty<RankFourTensor> & _elastic_flexural_rigidity_tensor;
40 };
validParams< ComputeCosseratElasticityTensor >
InputParameters validParams< ComputeCosseratElasticityTensor >()
ComputeCosseratElasticityTensor::ComputeCosseratElasticityTensor
ComputeCosseratElasticityTensor(const InputParameters &parameters)
Definition: ComputeCosseratElasticityTensor.C:31
ComputeElasticityTensorBase
ComputeElasticityTensorBase the base class for computing elasticity tensors.
Definition: ComputeElasticityTensorBase.h:25
ComputeCosseratElasticityTensor::_Eijkl
RankFourTensor _Eijkl
Conventional elasticity tensor.
Definition: ComputeCosseratElasticityTensor.h:33
ComputeCosseratElasticityTensor::validParams
static InputParameters validParams()
Definition: ComputeCosseratElasticityTensor.C:17
ComputeCosseratElasticityTensor::computeQpElasticityTensor
virtual void computeQpElasticityTensor()
Definition: ComputeCosseratElasticityTensor.C:45
RankFourTensorTempl< Real >
ComputeCosseratElasticityTensor
ComputeElasticityTensor defines an elasticity tensor material for isi.
Definition: ComputeCosseratElasticityTensor.h:22
ComputeCosseratElasticityTensor::_Bijkl
RankFourTensor _Bijkl
Flexural rigidity tensor.
Definition: ComputeCosseratElasticityTensor.h:36
ComputeCosseratElasticityTensor::_elastic_flexural_rigidity_tensor
MaterialProperty< RankFourTensor > & _elastic_flexural_rigidity_tensor
Flexural rigidity tensor at the qps.
Definition: ComputeCosseratElasticityTensor.h:39
ComputeElasticityTensorBase.h