diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-30 14:52:06 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-30 14:52:06 +0200 |
| commit | a1c326063b69307460612eb9ecb7beecdfa927b1 (patch) | |
| tree | 38b1173ec6807f67428667aba0e6c79f358dbf9e /hpmr.py | |
| parent | 0ca0493b32fc3ebfe42b8c89f02e776a75b080e7 (diff) | |
Updated heat pipe material definition to not use smeared values
Diffstat (limited to 'hpmr.py')
| -rwxr-xr-x | hpmr.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
