HydridePrecipitationRate

Computes the preciptation or dissolution rate of hydrogen to ZrHx in Zr cladding (wt.ppm/s).

commentnote:Often Created by an Action

This object can be set up automatically by using the CladdingHydrides action.

Description

A material, HydridePrecipitationRate, is used to calculate the precipitation or dissolution rate . This is not a material property per se; it is just used this way for convenience as it is used by both HydrogenSource and HydrideSource.

Hydrogen behavior

In the Hydrogen Nucleation-Growth-Dissolution (HNGD) model (Lacroix, 2019; Lacroix et al., 2021; Passelaigue et al., 2021; Passelaigue et al., 2022), the changes in hydride content () are given by

and the evolution of the amount of hydrogen in solid solution () is governed by

which includes the diffusion due to Fick's Law and Soret effect in addition to the changes due to precipitation and dissolution.

The rate accounts for the precipitation, which includes both nucleation and growth, and dissolution. The rate is thus defined as with the nucleation rate, the growth rate, and the dissolution rate.

Precipitation Rate Model

In the HNGD model (Lacroix, 2019; Lacroix et al., 2021; Passelaigue et al., 2021; Passelaigue et al., 2022), nucleation can only happen if the hydrogen content in solid solution () is above the supersolubility (), and growth happens if the solid solution content is above the solubility () and hydrides already exist.

The nucleation rate of new hydrides is described by

where is the nucleation kinetic parameter, which is computed in a separate Material. See HydrideNucleationKinetics for more details.

The growth rate of existing hydrides is given by

with a measure of the advancement of the the precipitation reaction:

The kinetic parameter is computed in a separate Material. See HydrideGrowthKinetics for more details.

Dissolution Rate

Dissolution happens if there are hydrides while the solid solution content is under the solubility (). It is described by a equation similar to the nucleation:

The kinetic parameter is computed in a separated Material. See HydrideDissolutionKinetics for more details.

Example Input Syntax

[CladdingHydrides<<<{"href": "../../syntax/CladdingHydrides/index.html"}>>>]
  [hydrides]
    block<<<{"description": "The list of block ids for the cladding."}>>> = 0
    temperature<<<{"description": "Temperature (K)."}>>> = temp
    hydrogen_in_solution_ppm<<<{"description": "Concentration of dissolved hydrogen (wt.ppm)."}>>> = Css
    hydrogen_as_hydride_ppm<<<{"description": "Concentration of hydrogen as hydride (wt.ppm)."}>>> = Cprec
    solubility_frequency_factor<<<{"description": "Frequency factor for Arrhenius TSSd (s-1)."}>>> = 67116
    solubility_activation_energy<<<{"description": "Activation energy for Arrhenius TSSd (J/mol)."}>>> = 32294
    # solubility_g = 0
    # solubility_delta = 1
  []
[]
(test/tests/hydrogen/benchmark_transients.i)

Input Parameters

  • hydrogen_as_hydride_ppmConcentration of hydrogen as hydride (wt.ppm).

    C++ Type:std::vector<VariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:Concentration of hydrogen as hydride (wt.ppm).

  • hydrogen_in_solution_ppmConcentration of dissolved hydrogen (wt.ppm).

    C++ Type:std::vector<VariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:Concentration of dissolved hydrogen (wt.ppm).

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

  • computeTrueWhen false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the MaterialBase via MaterialBasePropertyInterface::getMaterialBase(). Non-computed MaterialBases are not sorted for dependencies.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:When false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the MaterialBase via MaterialBasePropertyInterface::getMaterialBase(). Non-computed MaterialBases are not sorted for dependencies.

  • compute_growthTrueIs growth computed ?

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Is growth computed ?

  • constant_onNONEWhen ELEMENT, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps.When SUBDOMAIN, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps. Evaluations on element qps will be skipped

    Default:NONE

    C++ Type:MooseEnum

    Options:NONE, ELEMENT, SUBDOMAIN

    Controllable:No

    Description:When ELEMENT, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps.When SUBDOMAIN, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps. Evaluations on element qps will be skipped

  • declare_suffixAn optional suffix parameter that can be appended to any declared 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 declared properties. The suffix will be prepended with a '_' character.

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.

  • 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

  • output_propertiesList of material properties, from this material, to output (outputs must also be defined to an output type)

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:List of material properties, from this material, to output (outputs must also be defined to an output type)

  • outputsnone Vector of output names where you would like to restrict the output of variables(s) associated with this object

    Default:none

    C++ Type:std::vector<OutputName>

    Controllable:No

    Description:Vector of output names where you would like to restrict the output of variables(s) associated with this object

Outputs 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

References

  1. E. Lacroix. Modeling Zirconium Hydride Precipitation and Dissolution in Zirconium Alloys. PhD thesis, The Pennsylvania State University, 2019.[BibTeX]
  2. E. Lacroix, P.-C. A. Simon, A. T. Motta, and J.D. Almer. Zirconium hydride precipitation and dissolution kinetics in the hysteresis region in zirconium alloys. Zirconium in the Nuclear Industry: 19th International Symposium, ASTM STP 1597, pages 67–91, 2021.[BibTeX]
  3. F. Passelaigue, E. Lacroix, G. Pastore, and A.T. Motta. Implementation and Validation of the Hydride Nucleation-Growth-Dissolution (HNGD) model in BISON. Journal of Nuclear Materials, 544:152683, 2021.[BibTeX]
  4. F. Passelaigue, P.-C. A. Simon, and A.T. Motta. Predicting the hydride rim by improving the solubility limits in the Hydride Nucleation-Growth-Dissolution (HNGD) model. Journal of Nuclear Materials, 558:153363, 2022.[BibTeX]