Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< CrackTipEnrichmentCutOffBC >()
Definition at line 16 of file CrackTipEnrichmentCutOffBC.C.
18 InputParameters p = validParams<DirichletBC>();
19 p.addRequiredParam<Real>(
"cut_off_radius",
20 "The cut off radius of crack tip enrichment functions");
21 p.set<
bool>(
"use_displaced_mesh") =
false;
22 p.addRequiredParam<UserObjectName>(
"crack_front_definition",
23 "The CrackFrontDefinition user object name");
24 p.set<
bool>(
"preset") =
true;