const TemplateVariableValue & _neighbor_value
Coupled neighbor variable value.
const TemplateVariableValue & _u
Holds the current solution at the current quadrature point on the face.
InterfaceKernel and VectorInterfaceKernel is responsible for interfacing physics across subdomains...
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
Compute jacobians at quadrature points.
InterfaceReaction(const InputParameters ¶meters)
const TemplateVariablePhiValue & _phi
shape function
static InputParameters validParams()
unsigned int _qp
Current quadrature point.
Implements a reaction to establish ReactionRate=k_f*u-k_b*v at interface.
const std::string & type() const
Get the type of this class.
Real _kf
Forward reaction rate coefficient.
unsigned int _i
Index for test and trial functions.
const TemplateVariableTestValue & _test
Side shape function.
virtual Real computeQpResidual(Moose::DGResidualType type) override
Compute residuals at quadrature points.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("MooseApp", InterfaceReaction)
Real _kb
Backward reaction rate coefficient.
const TemplateVariableTestValue & _test_neighbor
Side neighbor test function.
const TemplateVariablePhiValue & _phi_neighbor
Side neighbor shape function.
static InputParameters validParams()