Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RANFSTieNode >()
Definition at line 24 of file RANFSTieNode.C.
26 InputParameters params = validParams<NodeFaceConstraint>();
27 params.set<
bool>(
"use_displaced_mesh") =
true;
30 params.addRequiredParam<MooseEnum>(
31 "component",
component,
"The force component constraint that this object is supplying");
32 params.addRequiredCoupledVar(
34 "The displacements appropriate for the simulation geometry and coordinate system");