- temperatureCoupled temperature of the boundary.
C++ Type:std::vector<VariableName>
Unit:(no unit assumed)
Controllable:No
Description:Coupled temperature of the boundary.
- variableThe name of the variable that this object applies to
C++ Type:AuxVariableName
Unit:(no unit assumed)
Controllable:No
Description:The name of the variable that this object applies to
EutecticThicknessFCCI
Computes eutectic penetration thickness based on boundary temperature.
Description
The EutecticThicknessFCCI AuxKernel is used to calculate the eutectic penetration thickness when the temperature is above the eutectic melting point for Fuel-Clad Chemical Interaction of metal fuels with the cladding. The boundary temperature is required. The rate of penetration is added to the variable tracking the penetration thickness for each time step. The penetration thickness may only grow or remain the same.
For metal fuel, a Fuel-Clad Chemical Interaction eutectic may form and melt when the temperature is above the eutectic melting temperature. The formation and melt front then move through the cladding, which thins the clad weakening it. This usually occurs during shorter transients, such as TOP events. In BISON, the penetration thickness of this eutectic melt is tracked similar to the approach used in Karahan and Buongiorno (2010). However, instead of using a diffusion coefficient, which can already be accomplished in BISON, this module relates temperature to penetration rate taken from Bauer et al. (1987) as (1) where is the eutectic penetration rate reported in micrometers per second and is the temperature in Kelvin. Between 1353.15 K and 1506.15 K, the penetration rate becomes (2) which accounts for the melting of the protective UFe layer. The eutectic only penetrates if the temperature is above the melting point usually taken as 988.15 K. BISON converts the rate to meters per second and provides a unit factor which multiplies this rate. The units or scaling may be adjusted using this unit factor. The rate is multiplied by the time step size and added to the current penetration thickness.
Example Input Syntax
[AuxKernels<<<{"href": "../../syntax/AuxKernels/index.html"}>>>]
[fcci_eutectic]
boundary<<<{"description": "The list of boundaries (ids or names) from the mesh where this object applies"}>>> = right
execute_on<<<{"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."}>>> = timestep_end
type = EutecticThicknessFCCI<<<{"description": "Computes eutectic penetration thickness based on boundary temperature.", "href": "EutecticThicknessFCCI.html"}>>>
temperature<<<{"description": "Coupled temperature of the boundary."}>>> = temp
variable<<<{"description": "The name of the variable that this object applies to"}>>> = thickness
[]
[](test/tests/fcci_ht9/eutectic_thickness/fcci_eutectic.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
- boundaryThe list of boundaries (ids or names) from the mesh where this object applies
C++ Type:std::vector<BoundaryName>
Controllable:No
Description:The list of boundaries (ids or names) from the mesh where this object applies
- check_boundary_restrictedTrueWhether to check for multiple element sides on the boundary in the case of a boundary restricted, element aux variable. Setting this to false will allow contribution to a single element's elemental value(s) from multiple boundary sides on the same element (example: when the restricted boundary exists on two or more sides of an element, such as at a corner of a mesh
Default:True
C++ Type:bool
Controllable:No
Description:Whether to check for multiple element sides on the boundary in the case of a boundary restricted, element aux variable. Setting this to false will allow contribution to a single element's elemental value(s) from multiple boundary sides on the same element (example: when the restricted boundary exists on two or more sides of an element, such as at a corner of a mesh
- eutectic_melt988.15Temperature at which the eutectic will melt.
Default:988.15
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Temperature at which the eutectic will melt.
- execute_onLINEAR TIMESTEP_ENDThe 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:LINEAR TIMESTEP_END
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.
- unit_factor1Multiply to convert correlation from meters/sec.
Default:1
C++ Type:double
Unit:(no unit assumed)
Controllable:No
Description:Multiply to convert correlation from meters/sec.
Optional 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.
- 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
References
References
- T. H. Bauer, G. R. Fenske, and J. M. Kramer.
Cladding failure margins for metallic fuel in the integral fast reactor.
Technical Report CONF-870812–22, Argonne National Laboratory, July 1987.[BibTeX]
- A. Karahan and J. Buongiorno.
A new code for predicting the thermo-mechanical and irradiation behavior of metallic fuels in sodium fast reactors.
Journal of Nuclear Materials, 396(2):283–293, 2010.
doi:10.1016/j.jnucmat.2009.11.022.[BibTeX]