Skip to content

Commit 7f3d3d5

Browse files
committed
FDS Verification: Add HEAT_OF_REACTION = 0
1 parent 3d6d649 commit 7f3d3d5

File tree

6 files changed

+8
-0
lines changed

6 files changed

+8
-0
lines changed

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)