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)
static InputParameters validParams()
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.
virtual Real computeQpResidual(Moose::DGResidualType type) override
Compute residuals at quadrature points.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
Real _kb
Backward reaction rate coefficient.