https://mooseframework.inl.gov
Variables
RGMB Namespace Reference

Variables

static const std::string mesh_dimensions = "mesh_dimensions"
 
static const std::string mesh_geometry = "mesh_geometry"
 
static const std::string top_boundary_id = "top_boundary_id"
 
static const std::string bottom_boundary_id = "bottom_boundary_id"
 
static const std::string radial_boundary_id = "radial_boundary_id"
 
static const std::string axial_mesh_intervals = "axial_mesh_intervals"
 
static const std::string axial_mesh_sizes = "axial_mesh_sizes"
 
static const std::string reactor_params_name = "reactor_params_name"
 
static const std::string is_single_pin = "is_single_pin"
 
static const std::string is_homogenized = "is_homogenized"
 
static const std::string extruded = "extruded"
 
static const std::string pin_region_ids = "pin_region_ids"
 
static const std::string pin_block_names = "pin_block_names"
 
static const std::string pin_region_id_map = "pin_region_id_map"
 
static const std::string pin_block_name_map = "pin_block_name_map"
 
static const std::string flexible_assembly_stitching = "flexible_assembly_stitching"
 
static const std::string num_sectors_flexible_stitching = "num_sectors_flexible_stitching"
 
static const std::string is_control_drum = "is_control_drum"
 
static const std::string drum_region_ids = "drum_region_ids"
 
static const std::string drum_block_names = "drum_block_names"
 
static const std::string pitch = "pitch"
 
static const std::string assembly_pitch = "assembly_pitch"
 
static const std::string ring_radii = "ring_radii"
 
static const std::string duct_halfpitches = "duct_halfpitches"
 
static const std::string peripheral_ring_radius = "peripheral_ring_radius"
 
static const std::string pin_lattice = "pin_lattice"
 
static const std::string assembly_lattice = "assembly_lattice"
 
static const std::string drum_pad_angles = "drum_pad_angles"
 
static const std::string drum_radii = "drum_radii"
 
static const std::string pin_type = "pin_type"
 
static const std::string pin_names = "pin_names"
 
static const std::string assembly_type = "assembly_type"
 
static const std::string assembly_names = "assembly_names"
 
static const std::string ring_region_ids = "ring_region_ids"
 
static const std::string background_region_id = "background_region_id"
 
static const std::string background_block_name = "background_block_name"
 
static const std::string duct_region_ids = "duct_region_ids"
 
static const std::string duct_block_names = "duct_block_names"
 
static const std::string peripheral_ring_region_id = "peripheral_ring_region_id"
 
static const std::string region_id_as_block_name = "region_id_as_block_name"
 
static const std::string bypass_meshgen = "bypass_meshgen"
 
const subdomain_id_type PIN_BLOCK_ID_TRI_FLEXIBLE = 9998
 
const subdomain_id_type PIN_BLOCK_ID_TRI = 9999
 
const subdomain_id_type PIN_BLOCK_ID_START = 10000
 
const subdomain_id_type CONTROL_DRUM_BLOCK_ID_INNER_TRI = 19995
 
const subdomain_id_type CONTROL_DRUM_BLOCK_ID_INNER = 19996
 
const subdomain_id_type CONTROL_DRUM_BLOCK_ID_PAD = 19997
 
const subdomain_id_type CONTROL_DRUM_BLOCK_ID_OUTER = 19998
 
const subdomain_id_type ASSEMBLY_BLOCK_ID_TRI_FLEXIBLE = 19999
 
const subdomain_id_type ASSEMBLY_BLOCK_ID_START = 20000
 
const subdomain_id_type DUMMY_ASSEMBLY_BLOCK_ID = (UINT16_MAX / 2) - 1
 
const subdomain_id_type PERIPHERAL_RING_BLOCK_ID = 25000
 
const subdomain_id_type MAX_PIN_TYPE_ID = (UINT16_MAX / 2) - 1
 
const SubdomainName PIN_BLOCK_NAME_PREFIX = "RGMB_PIN"
 
const SubdomainName ASSEMBLY_BLOCK_NAME_PREFIX = "RGMB_ASSEMBLY"
 
const SubdomainName DRUM_BLOCK_NAME_PREFIX = "RGMB_DRUM"
 
const SubdomainName CORE_BLOCK_NAME_PREFIX = "RGMB_CORE"
 
const SubdomainName TRI_BLOCK_NAME_SUFFIX = "_TRI"
 
const SubdomainName PERIPHERAL_RING_BLOCK_NAME = "PERIPHERY_GENERATED"
 
static constexpr boundary_id_type PIN_BOUNDARY_ID_START = 20000
 
static constexpr boundary_id_type ASSEMBLY_BOUNDARY_ID_START = 2000
 
const BoundaryName PIN_BOUNDARY_NAME_PREFIX = "outer_pin_"
 
const BoundaryName ASSEMBLY_BOUNDARY_NAME_PREFIX = "outer_assembly_"
 
const BoundaryName CORE_BOUNDARY_NAME = "outer_core"
 

Variable Documentation

◆ ASSEMBLY_BLOCK_ID_START

const subdomain_id_type RGMB::ASSEMBLY_BLOCK_ID_START = 20000

◆ ASSEMBLY_BLOCK_ID_TRI_FLEXIBLE

const subdomain_id_type RGMB::ASSEMBLY_BLOCK_ID_TRI_FLEXIBLE = 19999

◆ ASSEMBLY_BLOCK_NAME_PREFIX

const SubdomainName RGMB::ASSEMBLY_BLOCK_NAME_PREFIX = "RGMB_ASSEMBLY"

◆ ASSEMBLY_BOUNDARY_ID_START

constexpr boundary_id_type RGMB::ASSEMBLY_BOUNDARY_ID_START = 2000
static

◆ ASSEMBLY_BOUNDARY_NAME_PREFIX

const BoundaryName RGMB::ASSEMBLY_BOUNDARY_NAME_PREFIX = "outer_assembly_"

◆ assembly_lattice

const std::string RGMB::assembly_lattice = "assembly_lattice"
static

◆ assembly_names

const std::string RGMB::assembly_names = "assembly_names"
static

◆ assembly_pitch

const std::string RGMB::assembly_pitch = "assembly_pitch"
static

◆ assembly_type

const std::string RGMB::assembly_type = "assembly_type"
static

◆ axial_mesh_intervals

const std::string RGMB::axial_mesh_intervals = "axial_mesh_intervals"
static

◆ axial_mesh_sizes

const std::string RGMB::axial_mesh_sizes = "axial_mesh_sizes"
static

◆ background_block_name

const std::string RGMB::background_block_name = "background_block_name"
static

◆ background_region_id

const std::string RGMB::background_region_id = "background_region_id"
static

◆ bottom_boundary_id

const std::string RGMB::bottom_boundary_id = "bottom_boundary_id"
static

◆ bypass_meshgen

const std::string RGMB::bypass_meshgen = "bypass_meshgen"
static

◆ CONTROL_DRUM_BLOCK_ID_INNER

const subdomain_id_type RGMB::CONTROL_DRUM_BLOCK_ID_INNER = 19996

◆ CONTROL_DRUM_BLOCK_ID_INNER_TRI

const subdomain_id_type RGMB::CONTROL_DRUM_BLOCK_ID_INNER_TRI = 19995

◆ CONTROL_DRUM_BLOCK_ID_OUTER

const subdomain_id_type RGMB::CONTROL_DRUM_BLOCK_ID_OUTER = 19998

◆ CONTROL_DRUM_BLOCK_ID_PAD

const subdomain_id_type RGMB::CONTROL_DRUM_BLOCK_ID_PAD = 19997

◆ CORE_BLOCK_NAME_PREFIX

const SubdomainName RGMB::CORE_BLOCK_NAME_PREFIX = "RGMB_CORE"

◆ CORE_BOUNDARY_NAME

const BoundaryName RGMB::CORE_BOUNDARY_NAME = "outer_core"

◆ DRUM_BLOCK_NAME_PREFIX

const SubdomainName RGMB::DRUM_BLOCK_NAME_PREFIX = "RGMB_DRUM"

◆ drum_block_names

const std::string RGMB::drum_block_names = "drum_block_names"
static

◆ drum_pad_angles

const std::string RGMB::drum_pad_angles = "drum_pad_angles"
static

◆ drum_radii

const std::string RGMB::drum_radii = "drum_radii"
static

◆ drum_region_ids

const std::string RGMB::drum_region_ids = "drum_region_ids"
static

◆ duct_block_names

const std::string RGMB::duct_block_names = "duct_block_names"
static

◆ duct_halfpitches

const std::string RGMB::duct_halfpitches = "duct_halfpitches"
static

◆ duct_region_ids

const std::string RGMB::duct_region_ids = "duct_region_ids"
static

◆ DUMMY_ASSEMBLY_BLOCK_ID

const subdomain_id_type RGMB::DUMMY_ASSEMBLY_BLOCK_ID = (UINT16_MAX / 2) - 1

◆ extruded

const std::string RGMB::extruded = "extruded"
static

◆ flexible_assembly_stitching

const std::string RGMB::flexible_assembly_stitching = "flexible_assembly_stitching"
static

◆ is_control_drum

const std::string RGMB::is_control_drum = "is_control_drum"
static

◆ is_homogenized

const std::string RGMB::is_homogenized = "is_homogenized"
static

◆ is_single_pin

const std::string RGMB::is_single_pin = "is_single_pin"
static

◆ MAX_PIN_TYPE_ID

const subdomain_id_type RGMB::MAX_PIN_TYPE_ID = (UINT16_MAX / 2) - 1

◆ mesh_dimensions

const std::string RGMB::mesh_dimensions = "mesh_dimensions"
static

◆ mesh_geometry

const std::string RGMB::mesh_geometry = "mesh_geometry"
static

◆ num_sectors_flexible_stitching

const std::string RGMB::num_sectors_flexible_stitching = "num_sectors_flexible_stitching"
static

◆ PERIPHERAL_RING_BLOCK_ID

const subdomain_id_type RGMB::PERIPHERAL_RING_BLOCK_ID = 25000

◆ PERIPHERAL_RING_BLOCK_NAME

const SubdomainName RGMB::PERIPHERAL_RING_BLOCK_NAME = "PERIPHERY_GENERATED"

◆ peripheral_ring_radius

const std::string RGMB::peripheral_ring_radius = "peripheral_ring_radius"
static

◆ peripheral_ring_region_id

const std::string RGMB::peripheral_ring_region_id = "peripheral_ring_region_id"
static

◆ PIN_BLOCK_ID_START

const subdomain_id_type RGMB::PIN_BLOCK_ID_START = 10000

Definition at line 71 of file ReactorGeometryMeshBuilderBase.h.

Referenced by PinMeshGenerator::PinMeshGenerator().

◆ PIN_BLOCK_ID_TRI

const subdomain_id_type RGMB::PIN_BLOCK_ID_TRI = 9999

Definition at line 70 of file ReactorGeometryMeshBuilderBase.h.

Referenced by PinMeshGenerator::PinMeshGenerator().

◆ PIN_BLOCK_ID_TRI_FLEXIBLE

const subdomain_id_type RGMB::PIN_BLOCK_ID_TRI_FLEXIBLE = 9998

◆ pin_block_name_map

const std::string RGMB::pin_block_name_map = "pin_block_name_map"
static

◆ PIN_BLOCK_NAME_PREFIX

const SubdomainName RGMB::PIN_BLOCK_NAME_PREFIX = "RGMB_PIN"

◆ pin_block_names

const std::string RGMB::pin_block_names = "pin_block_names"
static

◆ PIN_BOUNDARY_ID_START

constexpr boundary_id_type RGMB::PIN_BOUNDARY_ID_START = 20000
static

◆ PIN_BOUNDARY_NAME_PREFIX

const BoundaryName RGMB::PIN_BOUNDARY_NAME_PREFIX = "outer_pin_"

◆ pin_lattice

const std::string RGMB::pin_lattice = "pin_lattice"
static

◆ pin_names

const std::string RGMB::pin_names = "pin_names"
static

◆ pin_region_id_map

const std::string RGMB::pin_region_id_map = "pin_region_id_map"
static

◆ pin_region_ids

const std::string RGMB::pin_region_ids = "pin_region_ids"
static

◆ pin_type

const std::string RGMB::pin_type = "pin_type"
static

◆ pitch

const std::string RGMB::pitch = "pitch"
static

Definition at line 41 of file ReactorGeometryMeshBuilderBase.h.

Referenced by PatternedHexMeshGenerator::addPeripheralMesh(), PatternedCartesianMeshGenerator::addPeripheralMesh(), AssemblyMeshGenerator::AssemblyMeshGenerator(), PolygonMeshGeneratorBase::buildSimpleSlice(), PolygonMeshGeneratorBase::buildSlice(), QuadSubChannel1PhaseProblem::computeBeta(), TriSubChannel1PhaseProblem::computeBeta(), QuadSubChannel1PhaseProblem::computeFrictionFactor(), TriSubChannel1PhaseProblem::computeFrictionFactor(), TriInterWrapper1PhaseProblem::computeh(), TriSubChannel1PhaseProblem::computeh(), InterWrapper1PhaseProblem::computeWij(), SubChannel1PhaseProblem::computeWijResidual(), SCMTriDuctMeshGenerator::ductXsec(), ControlDrumMeshGenerator::generateMetadata(), PinMeshGenerator::generateMetadata(), AssemblyMeshGenerator::generateMetadata(), QuadInterWrapperMesh::generatePinCenters(), QuadSubChannelMesh::generatePinCenters(), HexagonalLatticeUtils::hexagonArea(), HexagonalLatticeUtils::hexagonSide(), HexagonalLatticeUtils::hexagonVolume(), QuadSubChannel1PhaseProblem::initializeSolution(), TriSubChannel1PhaseProblem::initializeSolution(), PatternedHexMeshGenerator::positionSetup(), PatternedCartesianMeshGenerator::positionSetup(), TriSubChannelMesh::rodPositions(), TEST(), triRodPositionsRef(), SCMQuadWettedPerimIC::value(), SCMTriWettedPerimIC::value(), MarvelTriWettedPerimIC::value(), SCMQuadFlowAreaIC::value(), TriInterWrapperFlowAreaIC::value(), SCMTriFlowAreaIC::value(), and MarvelTriFlowAreaIC::value().

◆ radial_boundary_id

const std::string RGMB::radial_boundary_id = "radial_boundary_id"
static

◆ reactor_params_name

const std::string RGMB::reactor_params_name = "reactor_params_name"
static

◆ region_id_as_block_name

const std::string RGMB::region_id_as_block_name = "region_id_as_block_name"
static

◆ ring_radii

const std::string RGMB::ring_radii = "ring_radii"
static

◆ ring_region_ids

const std::string RGMB::ring_region_ids = "ring_region_ids"
static

Definition at line 56 of file ReactorGeometryMeshBuilderBase.h.

Referenced by PinMeshGenerator::generateMetadata().

◆ top_boundary_id

const std::string RGMB::top_boundary_id = "top_boundary_id"
static

◆ TRI_BLOCK_NAME_SUFFIX

const SubdomainName RGMB::TRI_BLOCK_NAME_SUFFIX = "_TRI"