www.mooseframework.org
ComputeRotatedElasticityTensorBase.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 
24 {
25 public:
26  static InputParameters validParams();
27 
28  ComputeRotatedElasticityTensorBase(const InputParameters & parameters);
29 
30 protected:
31  RealVectorValue _Euler_angles;
32 };
ComputeRotatedElasticityTensorBase
ComputeRotatedElasticityTensorBase is an intermediate base class that rotates an elasticity tensor ba...
Definition: ComputeRotatedElasticityTensorBase.h:23
ComputeRotatedElasticityTensorBase::validParams
static InputParameters validParams()
Definition: ComputeRotatedElasticityTensorBase.C:16
ComputeElasticityTensorBase
ComputeElasticityTensorBase the base class for computing elasticity tensors.
Definition: ComputeElasticityTensorBase.h:25
ComputeRotatedElasticityTensorBase::ComputeRotatedElasticityTensorBase
ComputeRotatedElasticityTensorBase(const InputParameters &parameters)
Definition: ComputeRotatedElasticityTensorBase.C:25
ComputeRotatedElasticityTensorBase::_Euler_angles
RealVectorValue _Euler_angles
Definition: ComputeRotatedElasticityTensorBase.h:31
validParams< ComputeRotatedElasticityTensorBase >
InputParameters validParams< ComputeRotatedElasticityTensorBase >()
ComputeElasticityTensorBase.h