summaryrefslogtreecommitdiff
path: root/hpmr.py
diff options
context:
space:
mode:
authorConnor Moore <connor.moore@psi.ch>2026-07-30 14:52:06 +0200
committerConnor Moore <connor.moore@psi.ch>2026-07-30 14:52:06 +0200
commita1c326063b69307460612eb9ecb7beecdfa927b1 (patch)
tree38b1173ec6807f67428667aba0e6c79f358dbf9e /hpmr.py
parent0ca0493b32fc3ebfe42b8c89f02e776a75b080e7 (diff)
Updated heat pipe material definition to not use smeared values
Diffstat (limited to 'hpmr.py')
-rwxr-xr-xhpmr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hpmr.py b/hpmr.py
index f1d4ea3..d33532b 100755
--- a/hpmr.py
+++ b/hpmr.py
@@ -654,7 +654,7 @@ else:
openmc.Cell(name="Heat Pipe Wick",fill=mat_pipe_wick_smear,region=+geo_pipe_cylinders[0]&-geo_pipe_cylinders[1]),
openmc.Cell(name="Heat Pipe K Layer",fill=mat_pipe_k_liquid,region=+geo_pipe_cylinders[1]&-geo_pipe_cylinders[2]),
openmc.Cell(name="Heat Pipe SS316 Envelope",fill=mat_pipe_ss316,region=+geo_pipe_cylinders[2]&-geo_pipe_cylinders[3]),
- openmc.Cell(name="Heat Pipe Helium Gap",fill=mat_pipe_he_gap_smear,region=+geo_pipe_cylinders[3]&-geo_pipe_cylinders[4]),
+ openmc.Cell(name="Heat Pipe Helium Gap",fill=mat_pipe_helium,region=+geo_pipe_cylinders[3]&-geo_pipe_cylinders[4]),
openmc.Cell(name="Heat Pipe Graphite Matrix",fill=mat_graphite_matrix,region=+geo_pipe_cylinders[4])]
# Assign to a universe