www.mooseframework.org
tensor_mechanics
include
materials
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
12
#include "
ComputeElasticityTensorBase.h
"
13
14
class
ComputeRotatedElasticityTensorBase
;
15
16
template
<>
17
InputParameters
validParams<ComputeRotatedElasticityTensorBase>
();
18
23
class
ComputeRotatedElasticityTensorBase
:
public
ComputeElasticityTensorBase
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 ¶meters)
Definition:
ComputeRotatedElasticityTensorBase.C:25
ComputeRotatedElasticityTensorBase::_Euler_angles
RealVectorValue _Euler_angles
Definition:
ComputeRotatedElasticityTensorBase.h:31
validParams< ComputeRotatedElasticityTensorBase >
InputParameters validParams< ComputeRotatedElasticityTensorBase >()
ComputeElasticityTensorBase.h
Generated on Sat Jan 25 2020 12:04:44 for www.mooseframework.org by
1.8.16