Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Utilities/Python/FDS_verification_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
pltdir='../../Manuals/',
close_figs=True,
verbose=True,
plot_range=[2])
plot_range=[2,2]) # plot_range[start, end], optionally instead use plot_list['Dataname']

# Special cases

Expand Down
1 change: 1 addition & 0 deletions Verification/FDS_Cases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ $QFDS -d Heat_Transfer ht3d_slab.fds
$QFDS -d Heat_Transfer ht3d_sphere_24.fds
$QFDS -p 4 -d Heat_Transfer ht3d_sphere_48.fds
$QFDS -p 64 -d Heat_Transfer ht3d_sphere_96.fds
$QFDS -d Heat_Transfer back_wall.fds
$QFDS -p 4 -d Heat_Transfer back_wall_test.fds
$QFDS -p 3 -d Heat_Transfer back_wall_test_2.fds
$QFDS -d Heat_Transfer SFPE_Case_1.fds
Expand Down
1 change: 1 addition & 0 deletions Verification/Flowfields/species_conservation_3.fds
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
N_REACTIONS = 1
SPEC_ID(1:4,1) ='CARBON DIOXIDE','NITRIC OXIDE','NITROGEN DIOXIDE','CHLORINE',
NU_SPEC(1:4,1) = 0.4, 0.27, 0.13,0.2,
HEAT_OF_REACTION = 0
REFERENCE_TEMPERATURE=400. /

&SURF ID = 'CUBO'
Expand Down
1 change: 1 addition & 0 deletions Verification/Flowfields/species_conservation_4.fds
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
N_REACTIONS = 1
SPEC_ID(1:4,1) = 'CARBON DIOXIDE','NITRIC OXIDE','NITROGEN DIOXIDE','CHLORINE',
NU_SPEC(1:4,1) = 0.25, 0.25, 0.25,0.25,
HEAT_OF_REACTION = 0
REFERENCE_TEMPERATURE=330. /

&SURF ID = 'PATCH'
Expand Down
1 change: 1 addition & 0 deletions Verification/Pyrolysis/cell_burn_away.fds
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
DENSITY = 50.
SPEC_ID = 'PROPANE'
NU_SPEC = 1.
HEAT_OF_REACTION = 0
CONDUCTIVITY = 0.5
SPECIFIC_HEAT = 1. /

Expand Down
2 changes: 2 additions & 0 deletions Verification/Pyrolysis/enthalpy.fds
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ curve after 80 degC.
E = 0.
N_S = 0.
NU_MATL = 1.0
HEAT_OF_REACTION = 0.
ADJUST_H = F
MATL_ID = 'MAT_B' /

&RAMP ID = 'c_ramp' T = 20 F = 1.0 /
Expand Down
2 changes: 2 additions & 0 deletions Verification/Pyrolysis/two_step_solid_reaction.fds
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ I = 1,2,3 in any of the internal wall points.
A = 0.389
E = 0.
NU_MATL = 1.0
HEAT_OF_REACTION = 0
MATL_ID = 'MAT_B'/

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

&MATL ID = 'MAT_C'
Expand Down
1 change: 1 addition & 0 deletions Verification/Radiation/emissivity.fds
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The emissivity is measured using EMISSIVITY output quantity.
A = 1.
E = 0.
N_S = 0.
HEAT_OF_REACTION = 0.
NU_MATL = 1.0
MATL_ID = 'MAT_B'/

Expand Down