18 params.addClassDescription(
"Models recombination of the variable with a coupled species at " 19 "boundaries, resulting in loss");
20 params.addRequiredCoupledVar(
"v",
"The other mobile variable that takes part in recombination");
21 params.addParam<MaterialPropertyName>(
22 "Kr",
"Kr",
"The name of the material property for the recombination coefficient");
27 :
ADIntegratedBC(parameters), _v(adCoupledValue(
"v")), _Kr(getADMaterialProperty<
Real>(
"Kr"))
const ADTemplateVariableValue< T > & _u
ADReal computeQpResidual() override
Models loss due to binary recombination, e.g.
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
static InputParameters validParams()
registerMooseObject("ScalarTransportApp", BinaryRecombinationBC)
const ADMaterialProperty< Real > & _Kr
recombination rate coefficient
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const ADTemplateVariableTestValue< T > & _test
BinaryRecombinationBC(const InputParameters ¶meters)
const ADVariableValue & _v
The concentration of B, e.g.