Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shimada tungsten permeability 2019 #274

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions h_transport_materials/property_database/tungsten/tungsten.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,15 @@
isotope="T",
)

shimada_permeability = Permeability(
pre_exp=2.13e-9 * u.mol * u.m**-1 * u.Pa**-0.5 * u.s**-1,
act_energy=93.32 * u.kJ * u.mol**-1,
isotope="T",
range=(573 * u.K, 873 * u.K),
note="polycristalline tungsten, pressure range 5.8e-2-6.8e-2 Pa, details in table 1",
source="shimada_tritium_2018"
)

properties = [
frauenfelder_diffusivity,
liu_diffusivity_tungsten,
Expand Down Expand Up @@ -500,6 +509,7 @@
bauchenaeur_permeability_ufg,
otsuka_diffusivity,
ikeda_diffusivity,
shimada_permeability,
]

for prop in properties:
Expand Down
18 changes: 18 additions & 0 deletions h_transport_materials/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2621,3 +2621,21 @@ @article{guthrie_permeation_1974
volume = {53},
year = {1974}
}

@article{shimada_tritium_2018,
title = {Tritium permeability measurement in hydrogen-tritium system},
volume = {129},
issn = {0920-3796},
url = {https://www.sciencedirect.com/science/article/pii/S0920379618301340},
doi = {10.1016/j.fusengdes.2018.02.033},
abstract = {Understanding of thermodynamic equilibria of multi-components hydrogen isotopes is required to accurately measure tritium permeability at the expected low tritium partial pressure and non-negligible high hydrogen partial pressure in a fusion blanket system. A gas-driven tritium permeation system that is capable of independently controlling hydrogen and tritium partial pressures was developed at Idaho National Laboratory to accurately measure low partial pressure tritium permeability. The thermodynamic equilibria for hydrogen (H) – tritium (T) permeation through metal are discussed to accurately measure tritium permeability, and the experimental conditions required for evaluating tritium permeability in H-T system are presented.},
language = {en},
urldate = {2022-04-28},
journal = {Fusion Engineering and Design},
author = {Shimada, M. and Pawelko, R. J.},
month = apr,
year = {2018},
keywords = {Hydrogen, Permeation, Tritium, Blanket, Reduced activation ferritic/martensitic steel},
pages = {134--139},
file = {ScienceDirect Full Text PDF:C\:\\Users\\remidm\\Zotero\\storage\\2GMYKNEK\\Shimada et Pawelko - 2018 - Tritium permeability measurement in hydrogen-triti.pdf:application/pdf;ScienceDirect Snapshot:C\:\\Users\\remidm\\Zotero\\storage\\ZK9KBPN2\\S0920379618301340.html:text/html},
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this is the right reference? this paper seems to refer to reduced activation steels rather than tungsten. Although we could add these too

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, let me check

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loading