19 params.
addParam<
Real>(
"alpha", 1,
"Diffusion coefficient.");
const VariableTestValue & _test
test function values (in QPs)
Real _alpha
Ratio of u to du/dn.
Implements a simple Vacuum BC for neutron diffusion on the boundary.
virtual Real computeQpJacobian() override
Method for computing the diagonal Jacobian at quadrature points.
static InputParameters validParams()
static InputParameters validParams()
Factory constructor, takes parameters so that all derived classes can be built using the same constru...
unsigned int _i
i-th, j-th index for enumerating test and shape functions
const VariablePhiValue & _phi
shape function values (in QPs)
unsigned int _qp
quadrature point index
virtual Real computeQpResidual() override
Method for computing the residual at quadrature points.
registerMooseObject("MooseApp", VacuumBC)
Base class for deriving any boundary condition of a integrated type.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
VacuumBC(const InputParameters ¶meters)
const VariableValue & _u
the values of the unknown variable this BC is acting on