FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Particles_dump.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Particles_dump (blockCount, blockList, nstep, time, dt)
 

Function/Subroutine Documentation

◆ Particles_dump()

subroutine Particles_dump ( integer  blockCount,
integer  blockList,
integer  nstep,
real  time,
real  dt 
)

Dump particle information to a plain old file. The output file is called test_ParticlesDump_00## where the ## relates to the processor number. Quick and dirty output implemented for StirTurb BG/L testing. You can see an example of the output by running the simulation unitTest/Particles. On the positive side, there is an associated fidlr3/IDL routine particles_dump.pro which will read the input from this file.

blockCount: integer(IN) number of blocks within this processor blockList(blockCount): integer(IN) block IDs within this processor nstep: integer(IN) current time step index time: real(IN) current simulation time

PARAMETERS

NOTES

The source for the real routine is in the ParticlesMain/unitTest subdirectory

Definition at line 41 of file Particles_dump.F90.