Skip to content

Commit

Permalink
Merge pull request #12188 from mcgratta/master
Browse files Browse the repository at this point in the history
Add README file
  • Loading branch information
mcgratta authored Oct 12, 2023
2 parents ef92cf8 + eefafab commit 0da8972
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Utilities/Training/HEAF/README.md
Original file line number Diff line number Diff line change
@@ -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, `cd` into the appropriate subdirectory and issue the command
```
python ../../../Input_File_Tools/swaps.py
```
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.
Empty file modified Validation/BST_FRS_wood_cribs/Run_All.sh
100644 → 100755
Empty file.

0 comments on commit 0da8972

Please sign in to comment.