We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae43b7e commit 110e114Copy full SHA for 110e114
libra_toolbox/neutronics/vault.py
@@ -4,6 +4,7 @@ def build_vault_model(
4
added_cells=[],
5
added_materials=[],
6
overall_exclusion_region=None,
7
+ cross_sections_destination="cross_sections",
8
) -> "openmc.model.Model":
9
"""
10
Builds a complete OpenMC model for a simulation setup representing a
@@ -95,6 +96,7 @@ def build_vault_model(
95
96
libraries=["ENDFB-8.0-NNDC"],
97
set_OPENMC_CROSS_SECTIONS=True,
98
particles=["neutron"],
99
+ destination=cross_sections_destination,
100
)
101
#
102
# Definition of the spherical void/blackhole boundary
0 commit comments