SCMQuadDuctMeshGenerator

Creates a mesh of 2D duct cells around a square-lattice subassembly

Overview

This mesh generator creates the mesh (with Quad4 elements) where the variables associated with the duct live.

The subdomain name used for the duct will match the name of this mesh generator.

AuxVariables

Defining this mesh automatically creates the auxvariables detailed here.

Example Input File Syntax

Input Parameters

  • heated_lengthHeated length [m]

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Heated length [m]

  • inputThe corresponding subchannel mesh

    C++ Type:MeshGeneratorName

    Controllable:No

    Description:The corresponding subchannel mesh

  • n_cellsThe number of cells in the axial direction

    C++ Type:unsigned int

    Controllable:No

    Description:The number of cells in the axial direction

  • side_gapGap between duct wall and outer pin lattice: distance(edge pin center, duct wall) = pitch/2 + side_gap [m]

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Gap between duct wall and outer pin lattice: distance(edge pin center, duct wall) = pitch/2 + side_gap [m]

Required Parameters

  • block_id2Subdomain id for the duct mesh cells

    Default:2

    C++ Type:unsigned int

    Controllable:No

    Description:Subdomain id for the duct mesh cells

  • nxNumber of channels in the x direction for the subchannel assembly. Must be more than 1 to built a duct[-]

    C++ Type:unsigned int

    Range:nx > 1

    Controllable:No

    Description:Number of channels in the x direction for the subchannel assembly. Must be more than 1 to built a duct[-]

  • nyNumber of channels in the y direction for the subchannel assembly. Must be more than 1 to built a duct[-]

    C++ Type:unsigned int

    Range:ny > 1

    Controllable:No

    Description:Number of channels in the y direction for the subchannel assembly. Must be more than 1 to built a duct[-]

  • pitchLattice pitch (must be positive)

    C++ Type:double

    Unit:(no unit assumed)

    Range:pitch > 0

    Controllable:No

    Description:Lattice pitch (must be positive)

  • 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