Dump information
Description
These two blocks determines the dump field and particle interval and which data should be dumped.
Options
Parameter | Value Type | Description |
---|---|---|
dumpInfo | Table | A table that contains information about the simulation output. |
use_dump | Boolean | A boolean value that determines whether or not to dump simulation output. |
filePrefix | String | A string value that specifies the prefix for the output file names. |
tend | Float | A float value that specifies the simulation time. |
dumpFieldDuration | Float | A float value that specifies the time interval between field dumps. |
dumpPartDuration | Float | A float value that specifies the time interval between particle dumps. |
dumpHeader | Boolean | A boolean value that determines whether or not to include a header in the output files. |
dumpFieldFlags | Table | A table that contains information about the fields to be dumped. |
"efield" | Boolean | A boolean value that determines whether or not to dump the electric field. |
"bfield" | Boolean | A boolean value that determines whether or not to dump the magnetic field. |
"jfield" | Boolean | A boolean value that determines whether or not to dump the current density. |
"density" | Boolean | A boolean value that determines whether or not to dump the charge density. |
"ekbar" | Boolean | A boolean value that determines whether or not to dump the kinetic energy of the particles. |
dumpPartFlags | Table | A table that contains information about the particles to be dumped. |
"positron" | Boolean | A boolean value that determines whether or not to dump the positrons. |
template
[dumpInfo]
use_dump = true
filePrefix = "tsi"
tend = 4000.0
dumpFieldDuration = 0.2
dumpPartDuration = 0.2
dumpHeader = false
[dumpInfo.dumpFieldFlags]
"efield" = true
"bfield" = true
"jfield" = true
"density" = true
"ekbar" = true
[dumpInfo.dumpPartFlags]
"positron" = true
"electron" = true