Permeation experiment with FLiBe - #270
Conversation
|
Job Documentation, step Sync to remote on 1b21cb4 wanted to post the following: View the site here This comment will be updated on new commits. |
simopier
left a comment
There was a problem hiding this comment.
Thank you!
Good first take using a very simplified version of the model to reproduce this experimental data. Obviously, there is more to do here to match the measurements, but we'll get there step by step.
I have some comments/suggestions, especially related to how the Ni/FLiBe interface is being modeled, which we should discuss.
Additionally, it seems like you are having the same issue as detailed in: #200
Look at how we temporarily updated the test specification files to not run them for these validation cases, and reproduce this here.
| | --------- | ----------- | ----- | ----- | --------- | | ||
| | $l_{\mathrm{Ni}}$ | Ni membrane thickness | $2$ | mm | [!cite](calderoni2008measurement) | | ||
| | $l_{\mathrm{FLiBe}}$ | FLiBe membrane thickness | $81$ | mm | [!cite](calderoni2008measurement) | | ||
| | $P_{T_2}$ | Input pressure | $1210$ | Pa | [!cite](hattab2024openfoam) | |
There was a problem hiding this comment.
Is that value not from Pattrick's paper?
| | $K_{s, \mathrm{FLiBe}}$ | Henry's law solubility for tritium in FLiBe | $7.9 \times 10^{-2} \exp(- 35 \times 10^3 / RT)$ | mol/m$^3$/Pa | [!cite](calderoni2008measurement) | | ||
| | $D_{\mathrm{Ni}}$ | Diffusivity of tritium in nickel | $7 \times 10^{-7} \exp(- 39.5 \times 10^3 / RT)$ | m$^2$/s | [!cite](causey2012tritium) | | ||
| | $K_{s, \mathrm{Ni}}$ | Sieverts' law solubility for tritium in nickel | $564 \times 10^{-3} \exp(- 15.8 \times 10^3 / RT)$ | mol/m$^3$/Pa$^{0.5}$ | [!cite](calderoni2008measurement) | | ||
| | $K_{d, \mathrm{Ni}}$ | Surface rate of tritium in nickel | $1.44 \times 10^{-6} \exp(- 29.68 \times 10^3 / RT)$ | mol/m$^{2}$/s/Pa | [!cite](altunoglu1991permeation) | |
There was a problem hiding this comment.
You are currently not using this term, are you?
| [interface_sorption_Ni_FLiBe] | ||
| type = InterfaceSorption | ||
| K0 = ${K_s_FLiBe_prefactor} | ||
| Ea = ${K_s_FLiBe_energy} | ||
| n_sorption = ${n_Henry} | ||
| diffusivity = ${D_FLiBe} | ||
| unit_scale = ${unit_scale} | ||
| unit_scale_neighbor = ${unit_scale_neighbor} | ||
| temperature = ${temperature} | ||
| variable = 'tritium_concentration_Ni' | ||
| neighbor_var = 'tritium_concentration_FLiBe' | ||
| sorption_penalty = 1e1 | ||
| boundary = 'interface_Ni_FLiBe' |
There was a problem hiding this comment.
This does not correspond to the documentation (the documentation is wrong).
Also, let's discuss this in general, as I don't think this is correct either.
Co-authored-by: Federrico Hattab <federico.hattab@uniroma1.it> copy idaholab#194 (Ref. idaholab#12) Ref. idaholab#193)
Co-authored-by: Pierre-Clement Simon <pierreclement.simon@gmail.com>
|
restarted in #384. |
Reproduce Calderoni et al. (2008) tritium in FLiBe experiment
(Ref. #12)
(Ref. #193)
@simopier