- mesh_generatorThe name of the generator to use as the prefix for mesh meta data properties.
C++ Type:MeshGeneratorName
Controllable:No
Description:The name of the generator to use as the prefix for mesh meta data properties.
Layered2DFuelPinGeometry
Computes LWR fuel pin geometry for layered 2D meshes by reading the mesh. This object can be coupled to burnup and other functions as an alternative to having the user supply parameters such as pellet radius and pellet-cladding gap multiple times.
Description
Layered2DFuelPinGeometry calculates LWR fuel pin geometry for layered 2D meshes by reading from the input mesh. This object can be coupled to burnup and other functions (e.g., postprocessors) as an alternative to having the user supply parameters such as pellet radius and pellet-cladding gap multiple times within the input file.
Example Input Syntax
[UserObjects<<<{"href": "../../syntax/UserObjects/index.html"}>>>]
[pin_geometry]
type = Layered2DFuelPinGeometry<<<{"description": "Computes LWR fuel pin geometry for layered 2D meshes by reading the mesh. This object can be coupled to burnup and other functions as an alternative to having the user supply parameters such as pellet radius and pellet-cladding gap multiple times.", "href": "Layered2DFuelPinGeometry.html"}>>>
mesh_generator<<<{"description": "The name of the generator to use as the prefix for mesh meta data properties."}>>> = layered2D_mesh
[]
[](test/tests/layered2D/fuel_pin_geometry.i)Input Parameters
- blockThe list of blocks (ids or names) that this object will be applied
C++ Type:std::vector<SubdomainName>
Controllable:No
Description:The list of blocks (ids or names) that this object will be applied
- clad_bottom2Sideset for bottom of cladding (bottom of lower end cap).
Default:2
C++ Type:BoundaryName
Controllable:No
Description:Sideset for bottom of cladding (bottom of lower end cap).
- clad_inner_wall5Sideset for inner wall of cladding, not including end caps.
Default:5
C++ Type:BoundaryName
Controllable:No
Description:Sideset for inner wall of cladding, not including end caps.
- clad_outer_wall2Sideset for outer wall of cladding.
Default:2
C++ Type:BoundaryName
Controllable:No
Description:Sideset for outer wall of cladding.
- clad_top2Sideset for top of cladding (top of upper end cap).
Default:2
C++ Type:BoundaryName
Controllable:No
Description:Sideset for top of cladding (top of upper end cap).
- fuel_excludeThe subset of fuel blocks in an extended set to be ignored.
C++ Type:std::vector<SubdomainName>
Controllable:No
Description:The subset of fuel blocks in an extended set to be ignored.
- fuel_retainThe subset of fuel blocks in an extended set to be considered.
C++ Type:std::vector<SubdomainName>
Controllable:No
Description:The subset of fuel blocks in an extended set to be considered.
- id_offset0This offset is added to the generated boundary IDs
Default:0
C++ Type:short
Controllable:No
Description:This offset is added to the generated boundary IDs
- include_cladTrueWhether to include the clad block
Default:True
C++ Type:bool
Controllable:No
Description:Whether to include the clad block
- include_fuelTrueWhether to include the fuel block
Default:True
C++ Type:bool
Controllable:No
Description:Whether to include the fuel block
- name_prefixIf provided, prefix the built in boundary names with this string
C++ Type:std::string
Controllable:No
Description:If provided, prefix the built in boundary names with this string
- pellet_exteriors8Sideset for all pellet exteriors.
Default:8
C++ Type:BoundaryName
Controllable:No
Description:Sideset for all pellet exteriors.
- translation_vector0 0 0The value to use for the translation. The xyz coordinates are applied in each direction respectively.
Default:0 0 0
C++ Type:libMesh::VectorValue<double>
Unit:(no unit assumed)
Controllable:No
Description:The value to use for the translation. The xyz coordinates are applied in each direction respectively.
Optional Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Controllable:No
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- execute_onINITIALThe list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html.
Default:INITIAL
C++ Type:ExecFlagEnum
Controllable:No
Description:The list of flag(s) indicating when this object should be executed. For a description of each flag, see https://mooseframework.inl.gov/source/interfaces/SetupInterface.html.
- execution_order_group0Execution order groups are executed in increasing order (e.g., the lowest number is executed first). Note that negative group numbers may be used to execute groups before the default (0) group. Please refer to the user object documentation for ordering of user object execution within a group.
Default:0
C++ Type:int
Controllable:No
Description:Execution order groups are executed in increasing order (e.g., the lowest number is executed first). Note that negative group numbers may be used to execute groups before the default (0) group. Please refer to the user object documentation for ordering of user object execution within a group.
- force_postauxFalseForces the UserObject to be executed in POSTAUX
Default:False
C++ Type:bool
Controllable:No
Description:Forces the UserObject to be executed in POSTAUX
- force_preauxFalseForces the UserObject to be executed in PREAUX
Default:False
C++ Type:bool
Controllable:No
Description:Forces the UserObject to be executed in PREAUX
- force_preicFalseForces the UserObject to be executed in PREIC during initial setup
Default:False
C++ Type:bool
Controllable:No
Description:Forces the UserObject to be executed in PREIC during initial setup
Execution Scheduling Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:Yes
Description:Set the enabled status of the MooseObject.
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Controllable:No
Description:Determines whether this object is calculated using an implicit or explicit form
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Controllable:No
Description:The seed for the master random number generator
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Controllable:No
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
- prop_getter_suffixAn optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Unit:(no unit assumed)
Controllable:No
Description:An optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
- use_interpolated_stateFalseFor the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Default:False
C++ Type:bool
Controllable:No
Description:For the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Material Property Retrieval Parameters
Input Files
- (test/tests/layered2D/thickness.i)
- (test/tests/layered2D/layered_axial_profile_nonuniform.i)
- (test/tests/layered2D/gps_elastic_2scalar_2slice_1block.i)
- (test/tests/layered2D/layered2D_init_eigenstrain.i)
- (test/tests/layered2D/layered_axial_profile.i)
- (test/tests/layered2D/layered_plenum_temperature.i)
- (test/tests/layered2D/internal_volume.i)
- (test/tests/layered2D/layered_integral.i)
- (test/tests/layered2D/fuel_pin_geometry.i)
- (test/tests/fuelrodlinevaluesampler/chk_layered2D_mesh.i)
- (test/tests/layered2D/multi_block.i)
- (test/tests/layered2D/side_average_value.i)