www.mooseframework.org
Functions
RANFSTieNode.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("ContactTestApp", RANFSTieNode)
 
template<>
InputParameters validParams< RANFSTieNode > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "ContactTestApp"  ,
RANFSTieNode   
)

◆ validParams< RANFSTieNode >()

template<>
InputParameters validParams< RANFSTieNode > ( )

Definition at line 24 of file RANFSTieNode.C.

25 {
26  InputParameters params = validParams<NodeFaceConstraint>();
27  params.set<bool>("use_displaced_mesh") = true;
28 
29  MooseEnum component("x=0 y=1 z=2");
30  params.addRequiredParam<MooseEnum>(
31  "component", component, "The force component constraint that this object is supplying");
32  params.addRequiredCoupledVar(
33  "displacements",
34  "The displacements appropriate for the simulation geometry and coordinate system");
35  return params;
36 }
MaterialTensorCalculatorTools::component
Real component(const SymmTensor &symm_tensor, unsigned int index)
Definition: MaterialTensorCalculatorTools.C:16