mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Add properties to settings w/ documentation, c++ loading of filename, and python round-trip test (#3808)
Co-authored-by: Patrick C Shriwise <pshriwise@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4bda85f17e
commit
dd6d31bfae
8 changed files with 129 additions and 4 deletions
|
|
@ -555,6 +555,18 @@ generator during generation of colors in plots.
|
|||
|
||||
*Default*: 1
|
||||
|
||||
.. _properties_file:
|
||||
|
||||
-----------------------------
|
||||
``<properties_file>`` Element
|
||||
-----------------------------
|
||||
|
||||
The ``properties_file`` element has no attributes and contains the path to a
|
||||
properties HDF5 file to load cell temperatures/densities and material
|
||||
densities.
|
||||
|
||||
*Default*: None
|
||||
|
||||
---------------------
|
||||
``<ptables>`` Element
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue