Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c573cef
Creating a new branch to add as an example case
edbworth Mar 24, 2026
629ef64
Cleaning up files and adding comments (Ref #293)
edbworth Apr 2, 2026
86d89be
Added constant pressure option and min concentration postprocessor to…
edbworth Apr 7, 2026
b738b22
Adding minor edits and improvements (ref #293)
edbworth Apr 9, 2026
6a0e61a
(Ref. #293) Cleaned up steel_only model and associated python file an…
edbworth Apr 15, 2026
90871bd
(Ref. #293 Small updates to steel_only case. Updated pending for gas_…
edbworth Apr 15, 2026
2428522
Updated & Organized input files for PR. Added CSVdiff for input files…
edbworth Apr 21, 2026
248047a
Update 2 for PR:
edbworth Apr 21, 2026
e71206d
Incorporated suggested changes from PR, including: consolidation of t…
edbworth Apr 23, 2026
14ed1f2
Added additional requested change to modify input file structure to r…
edbworth Apr 24, 2026
f8d406c
Removing moose submodule from commit history.
edbworth Apr 28, 2026
141d4f1
Apply suggestions from Lin's code review
edbworth Apr 28, 2026
0bd79ef
Adding remaining edits from Lin's code review
edbworth Apr 28, 2026
6efb835
Apply suggestions from code review
edbworth May 4, 2026
ad9cb6f
Merge branch 'idaholab:devel' into AUNF_Example_Case
edbworth May 5, 2026
f0b27c0
Minor modifications and cleaned up documentation
edbworth May 22, 2026
97c1ef5
Merge branch 'devel' into AUNF_Example_Case
edbworth May 22, 2026
3373135
Merge branch 'idaholab:devel' into AUNF_Example_Case
edbworth Jun 5, 2026
429c2ff
After MOOSE workshop: Updated diffusion length calculation to compute…
edbworth Jun 5, 2026
4d86971
Update postprocessor in steel_only.i that had unused parameters
edbworth Jun 25, 2026
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
46 changes: 46 additions & 0 deletions doc/content/bib/tmap8.bib
Original file line number Diff line number Diff line change
Expand Up @@ -742,3 +742,49 @@ @article{loarte2017elms
year = {2014},
type = {Journal Article}
}

@techreport{d'entremont2024aunfminicanister,
author = {d'Entremont, Anna L. and Verst, Christopher G.},
title = {{Mini-Canister Radiolysis Testing of ASNF Materials and Surrogates}},
institution = {Savannah River National Laboratory (SRNL), Aiken, SC (United States)},
doi = {10.2172/2477665},
url = {https://www.osti.gov/biblio/2477665},
place = {United States},
year = {2024},
month = {10}
}

@techreport{hlushko2024aunf,
author = {Hlushko, Hanna and Wilbanks, Joseph Richard and Holmbeck, Gregory Peter and Pilgrim, Corey D. and Conrad, Jacy Kathleen and Parker-Quaife, Elizabeth H},
title = {{Milestone 1.2.16. Reconciling the Impacts of Thermal Pretreatment on Radiation-Induced H2 Generation from Aluminum-Clad Spent Nuclear Fuel Surrogate Materials}},
institution = {Idaho National Laboratory (INL), Idaho Falls, ID (United States)},
url = {https://www.osti.gov/biblio/2478662},
place = {United States},
year = {2024},
month = {08}
}

@techreport{san_marchi2012hydrogensteel,
author = {San Marchi, Christopher W and Somerday, Brian P},
title = {Technical reference for hydrogen compatibility of materials},
institution = {Sandia National Laboratories},
doi = {10.2172/1055634},
url = {https://www.osti.gov/biblio/1055634},
place = {United States},
year = {2012},
month = {09}
}

@article{middha2002hydrogenhelium,
title = {A first-principle calculation of the binary diffusion coefficients pertinent to kinetic modeling of hydrogen/oxygen/helium flames},
journal = {Proceedings of the Combustion Institute},
volume = {29},
number = {1},
pages = {1361-1369},
year = {2002},
note = {Proceedings of the Combustion Institute},
issn = {1540-7489},
doi = {https://doi.org/10.1016/S1540-7489(02)80167-5},
url = {https://www.sciencedirect.com/science/article/pii/S1540748902801675},
author = {Prankul Middha and Benhui Yang and Hai Wang},
}
1 change: 1 addition & 0 deletions doc/content/examples/figures/comparison_mini_canister.py
6 changes: 5 additions & 1 deletion doc/content/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ As examples, we propose two fuel cycle models.

TMAP8 is used to model tritium transport in a divertor monoblock to elucidate the effects of pulsed operation (up to fifty 1600-second plasma discharge and cool-down cycles) on the tritium in-vessel inventory source term and ex-vessel release term (i.e., tritium retention and permeation) for safety analysis. This example reproduces the results presented in [!cite](Shimada2024114438).

A series of sensitivity studies were performed on the [Divertor Monoblock](examples/divertor_monoblock/index.md) model including: (1) steady-pulse operation, (2) a shutdown transient, and (3) a ELM transient [Divertor Monoblock Sensitivity](divertor_monoblock/sensitivity.md).
A series of sensitivity studies were performed on the [Divertor Monoblock](examples/divertor_monoblock/index.md) model including: (1) steady-pulse operation, (2) a shutdown transient, and (3) a ELM transient [Divertor Monoblock Sensitivity](divertor_monoblock/sensitivity.md).

## [Pore-Scale Tritium Transport in Imported Microstructures](examples/pore_scale_transport/index.md)

This example demonstrates TMAP8's capability to (1) generate pore structures from input images,
and (2) perform pore-scale simulations of tritium transport on these pore structures based on the model described in [!cite](Simon2022).
This example highlights the effect of pore interconnectivity on tritium transport.

## [Hydrogen Transport in Aluminum-Clad Used Nuclear Fuel (AUNF) Mini-Canister Storage](examples/mini_canister/index.md)

TMAP8 is used to model hydrogen transport and permeation through AUNF storage. The storage device considered is a 304 stainless steel mini-canister from Savannah River National Laboratory (SRNL). This example highlights the use of TMAP8-specific features, such as interface kernels and boundary conditions, applied to industry-relevant technologies.
273 changes: 273 additions & 0 deletions doc/content/examples/mini_canister/index.md

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I suggest adding the visualization from the manuscript for the two cases.

Large diffs are not rendered by default.

Loading