26 std::unique_ptr<MeshBase>
generate()
override;
Generate a polyline mesh that is based on an input 2D-XY mesh.
static InputParameters validParams()
std::unique_ptr< MeshBase > & _input
Input mesh defining the boundary.
std::unique_ptr< MeshBase > generate() override
const std::vector< boundary_id_type > _boundary_ids
The boundary IDs around which the gap will be created.
enum GapLineMeshGenerator::GapDirection _gap_direction
const Real _thickness
The thickness of the gap to be created.
GapDirection
The direction in which the gap is created with respect to the boundary of the input mesh.
const InputParameters & parameters() const
A base class that contains common members for Reactor module mesh generators.