https://mooseframework.inl.gov
PolycrystalDiffusivityTensorBase.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 
12 #include "Material.h"
14 #include "RankThreeTensor.h"
15 
21 {
22 public:
24 
26 
27 protected:
28  virtual void computeProperties();
29  const VariableValue & _T;
30  std::vector<const VariableValue *> _vals;
31  std::vector<const VariableGradient *> _grad_vals;
32  const VariableValue & _c;
34  VariableName _c_name;
35 
36  std::string _diffusivity_name;
40 
47 
48  const Real _kb;
49  const unsigned int _op_num;
50 
52  std::vector<NonlinearVariableName> _vals_name;
53  std::vector<MaterialProperty<RealTensorValue> *> _dDdeta;
54 };
OutputTools< Real >::VariableGradient VariableGradient
Generates a diffusion tensor to distinguish between the bulk, grain boundary, and surface diffusion r...
std::vector< const VariableGradient * > _grad_vals
std::vector< const VariableValue * > _vals
MaterialProperty< RealTensorValue > & _D
std::vector< NonlinearVariableName > _vals_name
solid phase order parameters
MaterialProperty< RankThreeTensor > * _dDdgradc
std::vector< MaterialProperty< RealTensorValue > * > _dDdeta
OutputTools< Real >::VariableValue VariableValue
PolycrystalDiffusivityTensorBase(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
MaterialProperty< RealTensorValue > * _dDdc