ConstantAnisotropicMobility provides a simple RealTensorValue type MaterialProperty that can be used as a mobility in a phase field simulation.
More...
#include <ConstantAnisotropicMobility.h>
|
| std::vector< Real > | _M_values |
| | raw tensor values as passed in from the input file More...
|
| |
| MaterialPropertyName | _M_name |
| | Name of the mobility tensor material property. More...
|
| |
| MaterialProperty< RealTensorValue > & | _M |
| |
ConstantAnisotropicMobility provides a simple RealTensorValue type MaterialProperty that can be used as a mobility in a phase field simulation.
Definition at line 23 of file ConstantAnisotropicMobility.h.
◆ ConstantAnisotropicMobility()
| ConstantAnisotropicMobility::ConstantAnisotropicMobility |
( |
const InputParameters & |
parameters | ) |
|
◆ computeProperties()
| virtual void ConstantAnisotropicMobility::computeProperties |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ initialSetup()
| void ConstantAnisotropicMobility::initialSetup |
( |
| ) |
|
|
protectedvirtual |
Definition at line 36 of file ConstantAnisotropicMobility.C.
38 _M.resize(_fe_problem.getMaxQps());
39 for (
unsigned int qp = 0; qp <
_M.size(); ++qp)
40 for (
unsigned int a = 0; a < LIBMESH_DIM; ++a)
41 for (
unsigned int b = 0; b < LIBMESH_DIM; ++b)
◆ _M
| MaterialProperty<RealTensorValue>& ConstantAnisotropicMobility::_M |
|
protected |
◆ _M_name
| MaterialPropertyName ConstantAnisotropicMobility::_M_name |
|
protected |
◆ _M_values
| std::vector<Real> ConstantAnisotropicMobility::_M_values |
|
protected |
The documentation for this class was generated from the following files: