HydrideVolumeFraction

Computes the hydride volume fraction as a degree 3 polynomial of temperature.

commentnote:Often Created by an Action

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

Description

This material computes the hydride formation energy used by HydrideNucleationKinetics, HydrideGrowthKinetics and HydrogenSolubility.

Volume fraction computation

The volume fraction of hydrides is given by

is the atomic fraction of hydrides (Passelaigue et al., 2021)

is the hydrogen solubility expressed as an atomic fraction

and is the atomic fraction of hydrogen at the boundary, fitted with a degree 3 polynomial of the temperature as

where , , , and (Lacroix, 2019; Lacroix et al., 2021).

This class also exports the value of used by HydrideGrowthKinetics.

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)

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]