22 virtual std::unique_ptr<MeshBase>
generate()
override;
28 const unsigned int &
_nx;
30 const unsigned int &
_ny;
virtual std::unique_ptr< MeshBase > generate() override
Mesh generator for fuel pins in a quadrilateral lattice.
SCMDetailedQuadPinMeshGenerator(const InputParameters ¶meters)
const unsigned int & _ny
Number of subchannels in the y direction.
std::unique_ptr< MeshBase > & _input
Mesh that comes from another generator.
const unsigned int & _nx
Number of subchannels in the x direction.
const InputParameters & parameters() const
static InputParameters validParams()
Base class for generating fuel pins.