Skip to content

Commit

Permalink
fixed upper temp
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jun 6, 2024
1 parent c2d6453 commit d2f17f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h_transport_materials/property_database/rafm_steel.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
xu_recombination_coeff_d = htm.RecombinationCoeff(
pre_exp=3.8e-17 * u.particle**-1 * u.cm**4 * u.s**-1,
act_energy=-0.20 * u.eV * u.particle**-1,
range=(u.Quantity(250, u.degC), u.Quantity(550, u.degC)),
range=(u.Quantity(250, u.degC), u.Quantity(510, u.degC)),
isotope="D",
source="xu_bi-directional_2017",
note="Eq 11, F82H",
Expand Down

0 comments on commit d2f17f5

Please sign in to comment.