https://mooseframework.inl.gov
ComputePolycrystalElasticityTensor.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
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 #include "GrainDataTracker.h"
14 
15 // Forward Declarations
16 class EulerAngleProvider;
17 
22 {
23 public:
25 
27 
28 protected:
29  virtual void computeQpElasticityTensor();
30 
33 
36 
38  const unsigned int _op_num;
39 
41  const std::vector<const VariableValue *> _vals;
42 
44  std::vector<MaterialProperty<RankFourTensor> *> _D_elastic_tensor;
45 
47  const Real _JtoeV;
48 };
const Real _JtoeV
Conversion factor from J to eV.
ComputeElasticityTensorBase the base class for computing elasticity tensors.
ComputePolycrystalElasticityTensor(const InputParameters &parameters)
const std::vector< const VariableValue * > _vals
Order parameters.
Compute an evolving elasticity tensor coupled to a grain growth phase field model.
const unsigned int _op_num
Number of order parameters.
std::vector< MaterialProperty< RankFourTensor > * > _D_elastic_tensor
vector of elasticity tensor material properties
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const GrainDataTracker< RankFourTensor > & _grain_tracker
Grain tracker object.
const InputParameters & parameters() const
Abstract base class for user objects that implement the Euler Angle provider interface.