-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2047 from gforney/master
minor updates to a couple of 'large' test cases
- Loading branch information
Showing
3 changed files
with
126 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
&HEAD CHID='boundary1gb',TITLE='1GB boundary file test case' / | ||
|
||
&MESH IJK=128,128,4, XB=0.0,12.8,0.0,12.8,0.0,0.4/ | ||
|
||
&DUMP NFRAMES=8000 DT_BNDF=0.01 / | ||
|
||
&INIT XB=0.2,12.6,0.2,12.6,0.1,0.3 TEMPERATURE=600.0 / | ||
|
||
&TIME T_END=160.0 / Total simulation time | ||
|
||
&REAC SOOT_YIELD=0.01,FUEL='PROPANE'/ | ||
|
||
&VENT MB='XMAX', SURF_ID='OPEN' / | ||
|
||
&MATL ID = 'FABRIC' | ||
FYI = 'Properties completely fabricated' | ||
SPECIFIC_HEAT = 1.0 | ||
CONDUCTIVITY = 0.1 | ||
DENSITY = 100.0 | ||
N_REACTIONS = 1 | ||
NU_SPEC = 1. | ||
SPEC_ID = 'PROPANE' | ||
REFERENCE_TEMPERATURE = 350. | ||
HEAT_OF_REACTION = 3000. | ||
HEAT_OF_COMBUSTION = 15000. / | ||
|
||
&MATL ID = 'FOAM' | ||
FYI = 'Properties completely fabricated' | ||
SPECIFIC_HEAT = 1.0 | ||
CONDUCTIVITY = 0.05 | ||
DENSITY = 40.0 | ||
N_REACTIONS = 1 | ||
NU_SPEC = 1. | ||
SPEC_ID = 'PROPANE' | ||
REFERENCE_TEMPERATURE = 350. | ||
HEAT_OF_REACTION = 1500. | ||
HEAT_OF_COMBUSTION = 30000. / | ||
|
||
&SURF ID = 'UPHOLSTERY' | ||
FYI = 'Properties completely fabricated' | ||
RGB = 151,96,88 | ||
BURN_AWAY = .FALSE. | ||
MATL_ID(1:2,1) = 'FABRIC','FOAM' | ||
THICKNESS(1:2) = 0.002,0.1 | ||
/ | ||
|
||
|
||
&SURF ID='BURNER',HRRPUA=600.0 / Ignition source | ||
&VENT XB=6.0,8.0,6.0,8.0,0.2,0.2,SURF_ID='BURNER' / | ||
&VENT XB=6.0,8.0,6.0,8.0,0.3,0.3,SURF_ID='BURNER' / | ||
&OBST XB=6.0,8.0,6.0,8.0,0.2,0.3, SURF_ID='UPHOLSTERY' / | ||
|
||
&BNDF QUANTITY='WALL_TEMPERATURE' / | ||
|
||
&TAIL / |