Skip to content

Commit 669b502

Browse files
authored
Merge pull request #15473 from drjfloyd/master
add fds_simple_chemistry.py to readme.md file
2 parents 29c89af + f3676d3 commit 669b502

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Utilities/Input_File_Tools/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ The script then reads the file called `Template` which is an FDS input file exce
1717
## Creating a simple pan using OBST lines
1818

1919
The script `pan_with_lip.py` creates a simple circular pan with a lip. Input your desired dimensions directly in the script.
20+
21+
## FDS Simple Chemistry
22+
23+
The script `fds_simple_chemistry.py` replicates the internal processing done by FDS when simple chemistry is being used for a `REAC` input. The begining of the script contains inputs for the fuel chemistry, soot and CO yields, ambient conditions, one or two-step chemistry, and if soot should be tracked seperately or as part of product lumped species. The script outputs stoichiometry, heats of combustion, and EPUMO2 for all reactions and the total reaction; a mass and molar definition, molecular weight, and heat of formation for all lumped species used by the reactions; the fuel specifc heat calculated using gamma; and provides warning messages for EPUMO2 or gamma based fuel specific heat values that are abnormal.
24+

0 commit comments

Comments
 (0)