-
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 #2038 from gforney/master
add cases that generate large boundary, slice and particle files; make render time label sizes consistent
- Loading branch information
Showing
6 changed files
with
71 additions
and
7 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
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,22 @@ | ||
&HEAD CHID='boundary',TITLE='Plume whirl case' / | ||
|
||
&MESH IJK=128,128,4, XB=0.0,12.8,0.0,12.8,0.0,0.4/ | ||
|
||
&DUMP NFRAMES=50000 DT_BNDF=0.01 / | ||
|
||
&INIT XB=0.2,12.6,0.2,12.6,0.1,0.3 TEMPERATURE=600.0 / | ||
|
||
&TIME T_END=1000. / Total simulation time | ||
|
||
&REAC SOOT_YIELD=0.01,FUEL='PROPANE'/ | ||
|
||
&VENT MB='XMAX', SURF_ID='OPEN' / | ||
|
||
&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 / | ||
|
||
&BNDF QUANTITY='WALL_TEMPERATURE' / | ||
|
||
&TAIL / |
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,23 @@ | ||
&HEAD CHID='part' / | ||
|
||
&MESH IJK=10,10,4, XB=0.0,1.0,0.0,1.0,0.0,0.4 / | ||
|
||
&TIME T_END=60 / | ||
|
||
&SURF ID='hot', GEOMETRY='SPHERICAL', HEAT_TRANSFER_COEFFICIENT=0., EMISSIVITY=1., TMP_FRONT=800, RADIUS=0.005 / | ||
|
||
&PART ID='embers', SURF_ID='hot', SAMPLING_FACTOR=1, STATIC=T, QUANTITIES='PARTICLE TEMPERATURE', PROP_ID='ball shape' / | ||
|
||
&PROP ID='ball shape', SMOKEVIEW_ID='SPHERE', SMOKEVIEW_PARAMETERS(1)='D=0.01' / | ||
|
||
&INIT PART_ID='embers', N_PARTICLES=800000, XB=0.0,1.0,0.0,1.0,0.0,0.02 / | ||
|
||
&VENT MB='ZMAX', SURF_ID='OPEN' / | ||
|
||
&BNDF QUANTITY='GAUGE HEAT FLUX', CELL_CENTERED=T / | ||
&BNDF QUANTITY='WALL TEMPERATURE', CELL_CENTERED=T / | ||
|
||
&SLCF PBY=0.5, QUANTITY='RADIATION LOSS', CELL_CENTERED=T / | ||
&SLCF PBY=0.5, QUANTITY='INTEGRATED INTENSITY', CELL_CENTERED=T / | ||
|
||
&TAIL / |
2 changes: 1 addition & 1 deletion
2
vistest/large/plume001/plume001.fds → vistest/large/slice/slice.fds
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