14 LagrangeVecDirichletBC,
23 "The values the components must take on the boundary");
26 "Imposes the essential boundary condition $\\vec{u}=\\vec{g}$, where $\\vec{g}$ "
27 "are constant, controllable values.");
32 :
VectorNodalBC(parameters), _values(getParam<RealVectorValue>(
"values"))
registerMooseObject("MooseApp", VectorDirichletBC)
registerMooseObjectRenamed("MooseApp", LagrangeVecDirichletBC, "05/01/2019 00:01", VectorDirichletBC)
Boundary condition of a Dirichlet type.
virtual RealVectorValue computeQpResidual() override
VectorDirichletBC(const InputParameters ¶meters)
const RealVectorValue & _values
The value for this BC.
static InputParameters validParams()
Base class for deriving any boundary condition that works at nodes on vector variables.
static InputParameters validParams()
const RealVectorValue & _u
Value of the unknown variable this BC is acting on.