Skip to content

Commit f3676d3

Browse files
committed
add fds_simple_chemistry.py to readme.md file
1 parent 29c89af commit f3676d3

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)