#include <ACGrGrMulti.h>
Definition at line 64 of file ACGrGrMulti.h.
◆ computedF0du()
Definition at line 113 of file ACGrGrMulti.C.
Referenced by computeDFDOP().
117 SumGammaEtaj += (*
_prop_gammas[i])[_qp] * (*_vals[i])[_qp] * (*_vals[i])[_qp];
119 return _u[_qp] * _u[_qp] * _u[_qp] - _u[_qp] + 2.0 * _u[_qp] * SumGammaEtaj;
Moose::GenericType< Real, is_ad > GenericReal
std::vector< const GenericMaterialProperty< Real, is_ad > *> _prop_gammas
Values of gammas for each order parameter.
IntRange< T > make_range(T beg, T end)
◆ computeDFDOP()
ADReal ADACGrGrMulti::computeDFDOP |
( |
| ) |
|
|
overrideprotectedvirtual |
Definition at line 84 of file ACGrGrMulti.C.
89 SumGammaEtaj += (*
_prop_gammas[i])[_qp] * (*_vals[i])[_qp] * (*_vals[i])[_qp];
GenericReal< is_ad > computedF0du()
DualNumber< Real, DNDerivativeType, true > ADReal
std::vector< const GenericMaterialProperty< Real, is_ad > *> _prop_gammas
Values of gammas for each order parameter.
IntRange< T > make_range(T beg, T end)
◆ validParams()
Definition at line 17 of file ACGrGrMulti.C.
23 "List of gamma material property names for each other order parameter. Place " 24 "in same order as order parameters (v)!");
InputParameters validParams()
◆ _gamma_names
Names of gammas for each order parameter.
Definition at line 34 of file ACGrGrMulti.h.
◆ _num_j
◆ _prop_gammas
The documentation for this class was generated from the following files: