Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RANFSNormalMechanicalContact >()
Definition at line 25 of file RANFSNormalMechanicalContact.C.
27 InputParameters params = validParams<NodeFaceConstraint>();
28 params.set<
bool>(
"use_displaced_mesh") =
true;
31 params.addRequiredParam<MooseEnum>(
32 "component",
component,
"The force component constraint that this object is supplying");
33 params.addRequiredCoupledVar(
35 "The displacements appropriate for the simulation geometry and coordinate system");
36 params.addClassDescription(
"Applies the Reduced Active Nonlinear Function Set scheme in which "
37 "the slave node's non-linear residual function is replaced by the "
38 "zero penetration constraint equation when the constraint is active");