www.mooseframework.org
ADComputeVariableIsotropicElasticityTensor.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 
14 template <ComputeStage>
16 
18 
24 template <ComputeStage compute_stage>
26  : public ADComputeElasticityTensorBase<compute_stage>
27 {
28 public:
29  static InputParameters validParams();
30 
31  ADComputeVariableIsotropicElasticityTensor(const InputParameters & parameters);
32 
33 protected:
34  virtual void computeQpElasticityTensor() override;
35 
37  const ADMaterialProperty(Real) & _youngs_modulus;
38 
40  const ADMaterialProperty(Real) & _poissons_ratio;
41 
43 };
ADComputeVariableIsotropicElasticityTensor::computeQpElasticityTensor
virtual void computeQpElasticityTensor() override
Definition: ADComputeVariableIsotropicElasticityTensor.C:44
ADComputeVariableIsotropicElasticityTensor
ADComputeVariableIsotropicElasticityTensor defines an elasticity tensor material for isotropic materi...
Definition: ADComputeVariableIsotropicElasticityTensor.h:15
declareADValidParams
declareADValidParams(ADComputeVariableIsotropicElasticityTensor)
ADComputeVariableIsotropicElasticityTensor::ADComputeVariableIsotropicElasticityTensor
ADComputeVariableIsotropicElasticityTensor(const InputParameters &parameters)
Definition: ADComputeVariableIsotropicElasticityTensor.C:33
ADComputeVariableIsotropicElasticityTensor::validParams
static InputParameters validParams()
Definition: ADComputeVariableIsotropicElasticityTensor.C:19
ADComputeVariableIsotropicElasticityTensor::ADMaterialProperty
const ADMaterialProperty(Real) &_youngs_modulus
Material defining the Young's Modulus.
ADComputeElasticityTensorBase.h
ADComputeElasticityTensorBase
ADComputeElasticityTensorBase is a the base class for computing elasticity tensors.
Definition: ADComputeElasticityTensorBase.h:24
ADComputeVariableIsotropicElasticityTensor::usingComputeElasticityTensorBaseMembers
usingComputeElasticityTensorBaseMembers
Definition: ADComputeVariableIsotropicElasticityTensor.h:42