22 virtual std::unique_ptr<MeshBase>
generate()
override;
43 const unsigned int _nx;
45 const unsigned int _ny;
const Real _assembly_side_y
const Real _assembly_side_x
Fuel assembly dimensions.
const unsigned int _nx
Number of subchannels in the x direction.
const Real _heated_length
heated length of the fuel Pin
std::vector< Real > _z_grid
axial location of nodes
const unsigned int _ny
Number of subchannels in the y direction.
static InputParameters validParams()
EChannelType getSubchannelType(unsigned int index) const
const Real _side_bypass_length
Half of gap between adjacent assemblies.
virtual std::unique_ptr< MeshBase > generate() override
unsigned int _n_channels
Total number of subchannels.
const Real _unheated_length_entry
unheated length of the fuel Pin at the entry of the assembly
std::vector< EChannelType > _subch_type
Subchannel type.
EChannelType
Enum for describing the center, edge and corner subchannels or gap types.
const Real _unheated_length_exit
unheated length of the fuel Pin at the exit of the assembly
const Real _assembly_pitch
Distance between the neighbor fuel pins, pitch.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
SCMDetailedQuadInterWrapperMeshGenerator(const InputParameters ¶meters)
const InputParameters & parameters() const
const unsigned int _n_cells
Number of cells in the axial direction.
const unsigned int & _block_id
Subdomain ID used for the mesh block.
Mesh generator that builds a 3D mesh representing quadrilateral subchannels.