www.mooseframework.org
ComputeLayeredCosseratElasticityTensor.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 
27 {
28 public:
29  static InputParameters validParams();
30 
31  ComputeLayeredCosseratElasticityTensor(const InputParameters & parameters);
32 
33 protected:
34  virtual void computeQpElasticityTensor();
35 
38 
41 
48 
50  MaterialProperty<RankFourTensor> & _elastic_flexural_rigidity_tensor;
51 
53  MaterialProperty<RankFourTensor> & _compliance;
54 };
ComputeLayeredCosseratElasticityTensor::_compliance
MaterialProperty< RankFourTensor > & _compliance
Compliance tensor (_Eijkl^-1) at the qps.
Definition: ComputeLayeredCosseratElasticityTensor.h:53
ComputeLayeredCosseratElasticityTensor::ComputeLayeredCosseratElasticityTensor
ComputeLayeredCosseratElasticityTensor(const InputParameters &parameters)
Definition: ComputeLayeredCosseratElasticityTensor.C:37
ComputeElasticityTensorBase
ComputeElasticityTensorBase the base class for computing elasticity tensors.
Definition: ComputeElasticityTensorBase.h:25
ComputeLayeredCosseratElasticityTensor::validParams
static InputParameters validParams()
Definition: ComputeLayeredCosseratElasticityTensor.C:20
ComputeLayeredCosseratElasticityTensor::_Cijkl
RankFourTensor _Cijkl
Inverse of elasticity tensor.
Definition: ComputeLayeredCosseratElasticityTensor.h:47
ComputeLayeredCosseratElasticityTensor
ComputeLayeredCosseratElasticityTensor defines an elasticity tensor and an elastic flexural rigidity ...
Definition: ComputeLayeredCosseratElasticityTensor.h:26
ComputeLayeredCosseratElasticityTensor::_Bijkl
RankFourTensor _Bijkl
Flexural rigidity tensor.
Definition: ComputeLayeredCosseratElasticityTensor.h:40
ComputeLayeredCosseratElasticityTensor::computeQpElasticityTensor
virtual void computeQpElasticityTensor()
Definition: ComputeLayeredCosseratElasticityTensor.C:110
ComputeLayeredCosseratElasticityTensor::_Eijkl
RankFourTensor _Eijkl
Conventional elasticity tensor.
Definition: ComputeLayeredCosseratElasticityTensor.h:37
validParams< ComputeLayeredCosseratElasticityTensor >
InputParameters validParams< ComputeLayeredCosseratElasticityTensor >()
RankFourTensorTempl
Definition: ACGrGrElasticDrivingForce.h:20
ComputeLayeredCosseratElasticityTensor::_elastic_flexural_rigidity_tensor
MaterialProperty< RankFourTensor > & _elastic_flexural_rigidity_tensor
Flexural rigidity tensor at the qps.
Definition: ComputeLayeredCosseratElasticityTensor.h:50
ComputeElasticityTensorBase.h