From 32a18c484f2168f2ec993bdcc0a8c8075da2920e Mon Sep 17 00:00:00 2001 From: mcgratta Date: Thu, 12 Oct 2023 16:46:38 -0400 Subject: [PATCH 1/2] FDS Training: Add README file to explain HEAF input files --- Utilities/Training/HEAF/README.md | 9 +++++++++ Validation/BST_FRS_wood_cribs/Run_All.sh | 0 2 files changed, 9 insertions(+) create mode 100644 Utilities/Training/HEAF/README.md mode change 100644 => 100755 Validation/BST_FRS_wood_cribs/Run_All.sh diff --git a/Utilities/Training/HEAF/README.md b/Utilities/Training/HEAF/README.md new file mode 100644 index 00000000000..0ae568fd26e --- /dev/null +++ b/Utilities/Training/HEAF/README.md @@ -0,0 +1,9 @@ +# High Energy Arc Fault Simulations + +The subdirectories listed above contain FDS input files for simulations of high energy arc faults within electrical enclosures. The results of these simulations are reported in [NUREG-2262](https://www.nrc.gov/docs/ML2310/ML23108A113.pdf). + +Each subdirectory contains a single FDS input file that serves as a template for generating the entire set. To generate all the input files, use the command +``` +python swaps.py +``` +where `swaps.py` is a Python script found in `Utilities/Input_File_Tools`. diff --git a/Validation/BST_FRS_wood_cribs/Run_All.sh b/Validation/BST_FRS_wood_cribs/Run_All.sh old mode 100644 new mode 100755 From eefafabfb9d2adeafb1ad0b2b02ee82db93c8708 Mon Sep 17 00:00:00 2001 From: Kevin McGrattan Date: Thu, 12 Oct 2023 16:53:35 -0400 Subject: [PATCH 2/2] Update README.md --- Utilities/Training/HEAF/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Utilities/Training/HEAF/README.md b/Utilities/Training/HEAF/README.md index 0ae568fd26e..5f854f3e83a 100644 --- a/Utilities/Training/HEAF/README.md +++ b/Utilities/Training/HEAF/README.md @@ -2,8 +2,8 @@ The subdirectories listed above contain FDS input files for simulations of high energy arc faults within electrical enclosures. The results of these simulations are reported in [NUREG-2262](https://www.nrc.gov/docs/ML2310/ML23108A113.pdf). -Each subdirectory contains a single FDS input file that serves as a template for generating the entire set. To generate all the input files, use the command +Each subdirectory contains a single FDS input file that serves as a template for generating the entire set. To generate all the input files, `cd` into the appropriate subdirectory and issue the command ``` -python swaps.py +python ../../../Input_File_Tools/swaps.py ``` -where `swaps.py` is a Python script found in `Utilities/Input_File_Tools`. +where `swaps.py` is a Python script found in `Utilities/Input_File_Tools`. The script opens the file called `paramfile.csv` and reads the name of the file in the first row and column. This is the template for all of the input files. The parameter values in `paramfile.csv` are "swapped" for the dummy arguments in the template.