13 #include "libmesh/point.h" 23 std::unique_ptr<MeshBase>
generate()
override;
66 std::vector<std::vector<Node *>>
_nodes;
const Real & _kij
Lateral form loss coefficient.
std::vector< std::vector< Real > > _k_grid
axial form loss coefficient per computational cell
std::vector< EChannelType > _subch_type
Subchannel type.
std::vector< std::vector< double > > _sign_id_crossflow_map
Matrix used to give local sign to crossflow quantities.
std::vector< double > _gij_map
Vector to store gap size.
std::vector< std::pair< unsigned int, unsigned int > > _gap_to_chan_map
Defining the channel maps.
std::vector< std::vector< unsigned int > > _chan_to_gap_map
unsigned int _nx
Number of assemblies in the x direction.
const Real _unheated_length_exit
unheated length of the inter-wrapper section at the exit of the assembly
std::vector< std::vector< unsigned int > > _pin_to_chan_map
const Real _assembly_side_x
Sides of the assemblies in the x and y direction.
const Real _side_bypass_length
Extra bypass lengths in the sides of the assembly.
const unsigned int _block_id
block index
unsigned int _ny
Number of assemblies in the y direction.
const unsigned int _n_gaps
Number of gaps per layer.
const Real _heated_length
heated length of the inter-wrapper section
std::vector< Real > _z_grid
axial location of nodes
const Real _assembly_side_y
unsigned int _n_blocks
number of axial blocks
const unsigned int _n_channels
Total number of flow channels.
std::unique_ptr< MeshBase > generate() override
std::vector< std::vector< Node * > > _gapnodes
Nodes of the gaps.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const unsigned int _n_assemblies
Number of assemblies.
static InputParameters validParams()
const unsigned int _n_cells
number of axial cells
std::vector< std::vector< Node * > > _nodes
Channel nodes.
const InputParameters & parameters() const
const Real _assembly_pitch
Distance between the neighbor fuel assemblies, assembly pitch.
const Real _unheated_length_entry
unheated length of the inter-wrapper section at the entry of the assembly
SCMQuadInterWrapperMeshGenerator(const InputParameters ¶meters)
Class to create Pin mesh in the square lattice geometry.
std::vector< std::vector< unsigned int > > _chan_to_pin_map
Class for Subchannel mesh generation in the square lattice geometry.