From e4adb9f9b9fca2d78e7158129d61707c735dbcd2 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 8 Mar 2021 09:25:35 -0600 Subject: [PATCH] Remove description of old scripts --- docs/source/usersguide/scripts.rst | 55 ------------------------------ 1 file changed, 55 deletions(-) diff --git a/docs/source/usersguide/scripts.rst b/docs/source/usersguide/scripts.rst index b10e74f93..963e91cf2 100644 --- a/docs/source/usersguide/scripts.rst +++ b/docs/source/usersguide/scripts.rst @@ -102,61 +102,6 @@ otherwise. --fission_energy_release FISSION_ENERGY_RELEASE HDF5 file containing fission energy release data -.. _scripts_compton: - ------------------------ -``openmc-make-compton`` ------------------------ - -This script generates an HDF5 file called ``compton_profiles.h5`` that contains -Compton profile data using an existing data library from `Geant4 -`_. Note that OpenMC includes this data file by -default so it should not be necessary in practice to generate it yourself. - - -.. _scripts_depletion_chain: - -------------------------------- -``openmc-make-depletion-chain`` -------------------------------- - -This script generates a depletion chain file called ``chain_endfb71.xml`` -using ENDF/B-VII.1 nuclear data. If the :envvar:`OPENMC_ENDF_DATA` variable -is not set, and ``"neutron"``, ``"decay"``, ``"nfy"`` directories -do not exist, then ENDF/B-VII.1 data will be downloaded. - -.. _scripts_depletion_chain_casl: - ------------------------------------- -``openmc-make-depletion-chain-casl`` ------------------------------------- - -This script generates a depletion chain called ``chain_casl.xml`` -using ENDF/B-VII.1 nuclear data for a simplified chain. -The nuclides were chosen by CASL-ORIGEN, which can be found in -Appendix A of Kang Seog Kim, `"Specification for the VERA Depletion -Benchmark Suite" `_, -CASL-U-2015-1014-000, Rev. 0, ORNL/TM-2016/53, 2016. -``Te129`` has been added into this chain due to its link to -``I129`` production. - -If the :envvar:`OPENMC_ENDF_DATA` variable is not set, -and ``"neutron"``, ``"decay"``, ``"nfy"`` directories -to not exist, then ENDF/B-VII.1 data will be downloaded. - -.. _scripts_stopping: - -------------------------------- -``openmc-make-stopping-powers`` -------------------------------- - -This script generates an HDF5 file called ``stopping_power.h5`` that contains -radiative and collision stopping powers and mean excitation energy pulled from -the `NIST ESTAR database -`_. Note that OpenMC -includes this data file by default so it should not be necessary in practice to -generate it yourself. - .. _scripts_plot: --------------------------