-
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 #2040 from gforney/PART
speed up particle loading by sorting tags in parallel
- Loading branch information
Showing
15 changed files
with
2,806 additions
and
16 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
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
14 changes: 5 additions & 9 deletions
14
vistest/large/part/part.fds → vistest/large/part/part1gb.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
&HEAD CHID='part' / | ||
&HEAD CHID='part1gb' / | ||
|
||
&MESH IJK=10,10,4, XB=0.0,1.0,0.0,1.0,0.0,0.4 / | ||
|
||
&TIME T_END=60 / | ||
&DUMP NFRAMES=550 / | ||
|
||
&TIME T_END=55.0 / | ||
|
||
&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 / | ||
&INIT PART_ID='embers', N_PARTICLES=100000, 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 / |
Oops, something went wrong.