OpenMC
v0.9.0
Quick Install Guide
Example Notebooks
Release Notes for OpenMC 0.9.0
Theory and Methodology
User’s Guide
Developer’s Guide
Python API
File Format Specifications
Input Files
Data Files
Output Files
1. State Point File Format
2. Source File Format
3. Summary File Format
4. Particle Restart File Format
5. Track File Format
6. Voxel Plot File Format
7. Volume File Format
Publications
License Agreement
Development Team
OpenMC
Docs
»
File Format Specifications
»
5. Track File Format
Edit on GitHub
5. Track File Format
ΒΆ
The current revision of the particle track file format is 2.0.
/
Attributes:
filetype
(
char[]
) – String indicating the type of file.
version
(
int[2]
) – Major and minor version of the track file format.
n_particles
(
int
) – Number of particles for which tracks are recorded.
n_coords
(
int[]
) – Number of coordinates for each particle.
Datasets:
coordinates_<i>
(
double[][3]
) – (x,y,z) coordinates for the
i
-th particle.