-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12188 from mcgratta/master
Add README file
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.