InterfaceKernel and VectorInterfaceKernel is responsible for interfacing physics across subdomains.
Implements a reaction to establish ReactionRate=k_f*u-k_b*v at interface.
Real _kf
Forward reaction rate coefficient.
Real _kb
Backward reaction rate coefficient.
static InputParameters validParams()
virtual Real computeQpJacobian(Moose::DGJacobianType type) override
Compute jacobians at quadrature points.
virtual Real computeQpResidual(Moose::DGResidualType type) override
Compute residuals at quadrature points.
const InputParameters & parameters() const
Get the parameters of the object.
const std::string & type() const
Get the type of this class.