39 const std::vector<const VariableValue *>
_eta;
40 const std::vector<const VariableGradient *>
_grad_eta;
50 std::vector<const MaterialProperty<Real> *>
_kappa;
Compute the gradient interface terms for a multiphase system.
std::vector< MaterialPropertyName > _kappa_names
Interface gradient prefactor.
static InputParameters validParams()
virtual Real computeQpResidual()
std::vector< const MaterialProperty< Real > * > _kappa
std::vector< int > _eta_vars
Lookup table from couple variable number into the etas vector.
const MaterialProperty< Real > & _L
Mobility.
virtual Real computeQpOffDiagJacobian(unsigned int)
const unsigned int _num_etas
Order parameters.
unsigned int _a
Index of the eta this kernel is operating on.
const std::vector< const VariableGradient * > _grad_eta
virtual Real computeQpJacobian()
const std::vector< const VariableValue * > _eta
const InputParameters & parameters() const