26 :
InterfaceKernel(parameters), _kf(getParam<Real>(
"kf")), _kb(getParam<Real>(
"kb"))
registerMooseObject("MooseApp", InterfaceReaction)
unsigned int _qp
Current quadrature point.
unsigned int _i
Index for test and trial functions.
InterfaceKernel and VectorInterfaceKernel is responsible for interfacing physics across subdomains.
const TemplateVariableValue & _u
Holds the current solution at the current quadrature point on the face.
const TemplateVariableValue & _neighbor_value
Coupled neighbor variable value.
static InputParameters validParams()
const TemplateVariableTestValue & _test_neighbor
Side neighbor test function.
const TemplateVariablePhiValue & _phi
shape function
const TemplateVariableTestValue & _test
Side shape function.
const TemplateVariablePhiValue & _phi_neighbor
Side neighbor shape function.
Implements a reaction to establish ReactionRate=k_f*u-k_b*v at interface.
Real _kf
Forward reaction rate coefficient.
InterfaceReaction(const InputParameters ¶meters)
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 std::string & type() const
Get the type of this class.