Calculate phase normal tensor based on gradient.
More...
#include <PhaseNormalTensor.h>
Calculate phase normal tensor based on gradient.
Definition at line 24 of file PhaseNormalTensor.h.
◆ PhaseNormalTensor()
PhaseNormalTensor::PhaseNormalTensor |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 25 of file PhaseNormalTensor.C.
26 : DerivativeMaterialInterface<Material>(parameters),
27 _grad_u(coupledGradient(
"phase")),
29 declareProperty<RankTwoTensor>(getParam<MaterialPropertyName>(
"normal_tensor_name")))
◆ computeQpProperties()
void PhaseNormalTensor::computeQpProperties |
( |
| ) |
|
|
protectedvirtual |
◆ initQpStatefulProperties()
void PhaseNormalTensor::initQpStatefulProperties |
( |
| ) |
|
|
protectedvirtual |
◆ _grad_u
const VariableGradient& PhaseNormalTensor::_grad_u |
|
protected |
◆ _normal_tensor
MaterialProperty<RankTwoTensor>& PhaseNormalTensor::_normal_tensor |
|
protected |
The documentation for this class was generated from the following files: