Go to the source code of this file.
◆ registerMooseAction()
◆ validParams< CohesiveZoneMasterAction >()
Definition at line 19 of file CohesiveZoneMasterAction.C.
21 InputParameters params = validParams<Action>();
22 params.addClassDescription(
"Action to create an instance of the cohesive zone model kernel for "
23 "each displacement component");
25 params.addRequiredParam<std::vector<BoundaryName>>(
26 "boundary",
"The list of boundary IDs from the mesh where the cohesive zone will be applied");
28 params.addRequiredParam<std::vector<VariableName>>(
30 "The displacements appropriate for the simulation geometry and coordinate system");