2016-04-25 19:03:31 -04:00
|
|
|
.. _io_source:
|
2015-09-13 11:36:55 +07:00
|
|
|
|
|
|
|
|
==================
|
|
|
|
|
Source File Format
|
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
|
Normally, source data is stored in a state point file. However, it is possible
|
|
|
|
|
to request that the source be written separately, in which case the format used
|
|
|
|
|
is that documented here.
|
|
|
|
|
|
2018-04-25 15:18:12 -05:00
|
|
|
**/**
|
2015-09-13 11:36:55 +07:00
|
|
|
|
2018-04-25 15:18:12 -05:00
|
|
|
:Attributes: - **filetype** (*char[]*) -- String indicating the type of file.
|
2015-09-13 11:36:55 +07:00
|
|
|
|
2018-04-25 15:18:12 -05:00
|
|
|
:Datasets:
|
|
|
|
|
- **source_bank** (Compound type) -- Source bank information for each
|
|
|
|
|
particle. The compound type has fields ``wgt``, ``xyz``, ``uvw``,
|
|
|
|
|
``E``, and ``delayed_group``, which represent the weight, position,
|
|
|
|
|
direction, energy, energy group, and delayed_group of the source
|
|
|
|
|
particle, respectively.
|