https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
22public:
24
26
27protected:
28 virtual void computeProperties();
30 std::vector<const VariableValue *> _vals;
31 std::vector<const VariableGradient *> _grad_vals;
34 VariableName _c_name;
35
36 std::string _diffusivity_name;
40
41 Real _D0;
42 Real _Em;
46 Real _Dbulk;
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 std::vector<MaterialProperty<RankThreeTensor> *> _dDdgradeta;
55};
Generates a diffusion tensor to distinguish between the bulk, grain boundary, and surface diffusion r...
std::vector< const VariableGradient * > _grad_vals
std::vector< NonlinearVariableName > _vals_name
solid phase order parameters
MaterialProperty< RealTensorValue > & _D
std::vector< const VariableValue * > _vals
std::vector< MaterialProperty< RealTensorValue > * > _dDdeta
MaterialProperty< RealTensorValue > * _dDdc
std::vector< MaterialProperty< RankThreeTensor > * > _dDdgradeta
MaterialProperty< RankThreeTensor > * _dDdgradc
VariableValueTempl< false > VariableValue
VariableGradientTempl< false > VariableGradient