Skip to content

Commit eca90ff

Browse files
authored
Merge pull request #14899 from cxp484/FireX
FireX: Merge with firemodels/master
2 parents a36eee7 + 99139c2 commit eca90ff

File tree

8 files changed

+10
-1
lines changed

8 files changed

+10
-1
lines changed

Utilities/Python/FDS_verification_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
pltdir='../../Manuals/',
2727
close_figs=True,
2828
verbose=True,
29-
plot_range=[2])
29+
plot_range=[2,2]) # plot_range[start, end], optionally instead use plot_list['Dataname']
3030

3131
# Special cases
3232

Verification/FDS_Cases.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ $QFDS -d Heat_Transfer ht3d_slab.fds
322322
$QFDS -d Heat_Transfer ht3d_sphere_24.fds
323323
$QFDS -p 4 -d Heat_Transfer ht3d_sphere_48.fds
324324
$QFDS -p 64 -d Heat_Transfer ht3d_sphere_96.fds
325+
$QFDS -d Heat_Transfer back_wall.fds
325326
$QFDS -p 4 -d Heat_Transfer back_wall_test.fds
326327
$QFDS -p 3 -d Heat_Transfer back_wall_test_2.fds
327328
$QFDS -d Heat_Transfer SFPE_Case_1.fds

Verification/Flowfields/species_conservation_3.fds

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
N_REACTIONS = 1
1818
SPEC_ID(1:4,1) ='CARBON DIOXIDE','NITRIC OXIDE','NITROGEN DIOXIDE','CHLORINE',
1919
NU_SPEC(1:4,1) = 0.4, 0.27, 0.13,0.2,
20+
HEAT_OF_REACTION = 0
2021
REFERENCE_TEMPERATURE=400. /
2122

2223
&SURF ID = 'CUBO'

Verification/Flowfields/species_conservation_4.fds

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
N_REACTIONS = 1
1919
SPEC_ID(1:4,1) = 'CARBON DIOXIDE','NITRIC OXIDE','NITROGEN DIOXIDE','CHLORINE',
2020
NU_SPEC(1:4,1) = 0.25, 0.25, 0.25,0.25,
21+
HEAT_OF_REACTION = 0
2122
REFERENCE_TEMPERATURE=330. /
2223

2324
&SURF ID = 'PATCH'

Verification/Pyrolysis/cell_burn_away.fds

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
DENSITY = 50.
2929
SPEC_ID = 'PROPANE'
3030
NU_SPEC = 1.
31+
HEAT_OF_REACTION = 0
3132
CONDUCTIVITY = 0.5
3233
SPECIFIC_HEAT = 1. /
3334

Verification/Pyrolysis/enthalpy.fds

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ curve after 80 degC.
3030
E = 0.
3131
N_S = 0.
3232
NU_MATL = 1.0
33+
HEAT_OF_REACTION = 0.
34+
ADJUST_H = F
3335
MATL_ID = 'MAT_B' /
3436

3537
&RAMP ID = 'c_ramp' T = 20 F = 1.0 /

Verification/Pyrolysis/two_step_solid_reaction.fds

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ I = 1,2,3 in any of the internal wall points.
107107
A = 0.389
108108
E = 0.
109109
NU_MATL = 1.0
110+
HEAT_OF_REACTION = 0
110111
MATL_ID = 'MAT_B'/
111112

112113
&MATL ID = 'MAT_B'
@@ -116,6 +117,7 @@ I = 1,2,3 in any of the internal wall points.
116117
A = 0.262
117118
E = 0.
118119
NU_MATL = 1.0
120+
HEAT_OF_REACTION = 0
119121
MATL_ID = 'MAT_C'/
120122

121123
&MATL ID = 'MAT_C'

Verification/Radiation/emissivity.fds

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The emissivity is measured using EMISSIVITY output quantity.
2929
A = 1.
3030
E = 0.
3131
N_S = 0.
32+
HEAT_OF_REACTION = 0.
3233
NU_MATL = 1.0
3334
MATL_ID = 'MAT_B'/
3435

0 commit comments

Comments
 (0)