DiffusionalEutecticThicknessFCCI

Computes diffusion-controlled eutectic penetration thickness with a boundary temperature.

Description

The DiffusionalEutecticThicknessFCCI AuxKernel is used to calculate the eutectic penetration thickness via a diffusional model for Fuel-Clad Chemical Interation (FCCI) of metal fuels when the temperature is above the eutectic melting temperature. The model is developed for the uranium-iron system, the two major elements impacting FCCI. The penetration thickness refers to the thickness of the liquid layer that forms. This layer may only grow or remain the same. The DiffusionalEutecticThicknessFCCI model is similar to the EutecticThicknessFCCI model, but provides diffusion-based kinetics instead of linear kinetics.

For a temperature, , greater than the U-Fe eutectic temperature, K, the new eutectic thickness model predicts a penetration depth, , of eutectic liquid as a result of fuel-cladding chemical interaction as

where is time and is a constant for a given temperature in Kelvin. Note that this model assumes a constant temperature.

The BISON implementation must handle non-constant temperature histories. For example, the local temperature may be less than for some time before increasing above ; or the local temperature may decrease below after some time above . The temperature may also vary while . To handle these cases, the BISON model transforms the above equation into an incremental form. The equation for the penetration depth is discretized as

where is the current time step, is the previous time step, is the time step increment, and is the rate of change of the layer thickness. The equation for is given as

where is the amount of time that , found by summing the time step increments over which is continuously greater than or equal to , unless the time step is the first in which . In that case, . If the temperature has been above and then drops below , it is assumed that solidification occurs instantaneously and the layer thickness and are both returned to zero. The value of is calculated for the given temperature at the current time step, the details of which are described in the companion lower length scale milestone document Jiang et al. (2019). In the BISON implementation, it is assumed that this will not affect the correctness of the results.

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 = DiffusionalEutecticThicknessFCCI<<<{"description": "Computes diffusion-controlled eutectic penetration thickness with a boundary temperature.", "href": "DiffusionalEutecticThicknessFCCI.html"}>>>
    temperature<<<{"description": "Coupled temperature of the boundary."}>>> = temperature
    variable<<<{"description": "The name of the variable that this object applies to"}>>> = thickness
  []
[]
(test/tests/fcci_ht9/diffusional_eutectic_thickness/fcci_1000K.i)

Input Parameters

  • 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

Required 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_melt998Temperature at which the eutectic will melt.

    Default:998

    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

    Options:XFEM_MARK, NONE, INITIAL, LINEAR, NONLINEAR_CONVERGENCE, NONLINEAR, POSTCHECK, TIMESTEP_END, TIMESTEP_BEGIN, MULTIAPP_FIXED_POINT_END, MULTIAPP_FIXED_POINT_BEGIN, FINAL, CUSTOM, PRE_DISPLACE

    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

  1. Chao Jiang, Stephen R Novascone, Andrea M Jokisaari, and Larry K Aagesen. Calphad calculations of lanthanide and element inter-diffusion between U-Zr fuel and steel cladding. Technical Report INL/EXT-19-55929 Rev. 0, Idaho National Laboratory, 2019.[BibTeX]