Skip to content

Commit 110e114

Browse files
download cross sections in separate dir
1 parent ae43b7e commit 110e114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libra_toolbox/neutronics/vault.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ def build_vault_model(
44
added_cells=[],
55
added_materials=[],
66
overall_exclusion_region=None,
7+
cross_sections_destination="cross_sections",
78
) -> "openmc.model.Model":
89
"""
910
Builds a complete OpenMC model for a simulation setup representing a
@@ -95,6 +96,7 @@ def build_vault_model(
9596
libraries=["ENDFB-8.0-NNDC"],
9697
set_OPENMC_CROSS_SECTIONS=True,
9798
particles=["neutron"],
99+
destination=cross_sections_destination,
98100
)
99101
#
100102
# Definition of the spherical void/blackhole boundary

0 commit comments

Comments
 (0)