mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
37 lines
1.2 KiB
ReStructuredText
37 lines
1.2 KiB
ReStructuredText
.. _io_properties:
|
|
|
|
======================
|
|
Properties File Format
|
|
======================
|
|
|
|
The current version of the properties file format is 1.1.
|
|
|
|
**/**
|
|
|
|
:Attributes: - **filetype** (*char[]*) -- String indicating the type of file.
|
|
- **version** (*int[2]*) -- Major and minor version of the
|
|
statepoint file format.
|
|
- **openmc_version** (*int[3]*) -- Major, minor, and release
|
|
version number for OpenMC.
|
|
- **git_sha1** (*char[40]*) -- Git commit SHA-1 hash.
|
|
- **date_and_time** (*char[]*) -- Date and time the summary was
|
|
written.
|
|
- **path** (*char[]*) -- Path to directory containing input files.
|
|
|
|
**/geometry/**
|
|
|
|
:Attributes: - **n_cells** (*int*) -- Number of cells in the problem.
|
|
|
|
**/geometry/cells/cell <uid>/**
|
|
|
|
:Datasets: - **temperature** (*double[]*) -- Temperature of the cell in [K].
|
|
- **density** (*double[]*) -- Density of the cell in [g/cm3].
|
|
|
|
**/materials/**
|
|
|
|
:Attributes: - **n_materials** (*int*) -- Number of materials in the problem.
|
|
|
|
**/materials/material <uid>/**
|
|
|
|
:Attributes: - **atom_density** (*double*) -- Total density in [atom/b-cm].
|
|
- **mass_density** (*double*) -- Total density in [g/cm^3].
|