From a1c326063b69307460612eb9ecb7beecdfa927b1 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Thu, 30 Jul 2026 14:52:06 +0200 Subject: Updated heat pipe material definition to not use smeared values --- hpmr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3