- assembly_pitchAssembly Pitch [m]
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Assembly Pitch [m]
- assembly_side_xOuter side lengths of assembly in x [m] - including duct
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Outer side lengths of assembly in x [m] - including duct
- assembly_side_yOuter side lengths of assembly in y [m] - including duct
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Outer side lengths of assembly in y [m] - including duct
- heated_lengthHeated length [m]
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Heated length [m]
- n_cellsThe number of cells in the axial direction
C++ Type:unsigned int
Controllable:No
Description:The number of cells in the axial direction
- nxNumber of assemblies in the x direction [-]
C++ Type:unsigned int
Controllable:No
Description:Number of assemblies in the x direction [-]
- nyNumber of assemblies in the y direction [-]
C++ Type:unsigned int
Controllable:No
Description:Number of assemblies in the y direction [-]
- side_bypassExtra size of the bypass for the side assemblies [m]
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Extra size of the bypass for the side assemblies [m]
SCMQuadInterWrapperMeshGenerator
Creates a mesh for the inter-wrapper around square subassemblies
Overview
This mesh generator creates the mesh were the SCM
solution variables associated with the inter-wrapper live. The inter-wrapper is the flow area that wraps arround the subchannel sub-assemblies. The user needs to provide the number of subchannel sub-assemblies "nx" in the -x direction and "ny" in the -y direction. The number of cells in the -z direction is given by "n_cells". The distance of the sub-assemblies from eachother is given by the "assembly_pitch" parameter and the total length of the inter-wrapper in the -z direction is defined by the parameters: "heated_length","unheated_length_entry","unheated_length_exit". The size of each subchannel sub-assembly including the duct is defined by: "assembly_side_x" and "assembly_side_y". Last, "side_bypass" is the extra size of the bypass for the side/perimetric sub-assemblies. The center of the mesh is the origin.
Example Input File Syntax
[QuadInterWrapperMesh]
[sub_channel]
type = SCMQuadInterWrapperMeshGenerator
nx = 5
ny = 5
n_cells = 10
assembly_pitch = 0.2
assembly_side_x = 0.18
assembly_side_y = 0.18
side_bypass = 0.01
heated_length = 3.0
[]
[]
(modules/subchannel/test/tests/problems/interwrapper/quad_interwrapper.i)Input Parameters
- Kij0.5Lateral form loss coefficient [-]
Default:0.5
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Lateral form loss coefficient [-]
- block_id0Domain Index
Default:0
C++ Type:unsigned int
Controllable:No
Description:Domain Index
- unheated_length_entry0Unheated length at entry [m]
Default:0
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Unheated length at entry [m]
- unheated_length_exit0Unheated length at exit [m]
Default:0
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Unheated length at exit [m]
Optional Parameters
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:No
Description:Set the enabled status of the MooseObject.
- save_with_nameKeep the mesh from this mesh generator in memory with the name specified
C++ Type:std::string
Controllable:No
Description:Keep the mesh from this mesh generator in memory with the name specified
Advanced Parameters
- nemesisFalseWhether or not to output the mesh file in the nemesisformat (only if output = true)
Default:False
C++ Type:bool
Controllable:No
Description:Whether or not to output the mesh file in the nemesisformat (only if output = true)
- outputFalseWhether or not to output the mesh file after generating the mesh
Default:False
C++ Type:bool
Controllable:No
Description:Whether or not to output the mesh file after generating the mesh
- show_infoFalseWhether or not to show mesh info after generating the mesh (bounding box, element types, sidesets, nodesets, subdomains, etc)
Default:False
C++ Type:bool
Controllable:No
Description:Whether or not to show mesh info after generating the mesh (bounding box, element types, sidesets, nodesets, subdomains, etc)
Debugging Parameters
Input Files
- (modules/subchannel/test/tests/problems/interwrapper/quad_interwrapper.i)
- (modules/subchannel/test/tests/problems/interwrapper/quad_interwrapper_monolithic_staggered.i)
- (modules/subchannel/test/tests/problems/interwrapper/quad_interwrapper_monolithic.i)
- (modules/subchannel/test/tests/mesh/quad_inter_wrapper_mesh/coords.i)
- (modules/subchannel/test/tests/transfers/multiapp_iw_detailed_solution_transfer/quad_iw.i)
- (modules/subchannel/examples/mesh_generator/inter_wrapper_mesh_generator_test.i)