mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Add description of serialized XML file to README
This commit is contained in:
parent
59594fea70
commit
d4e7fa5d87
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ library, you can run:
|
|||
|
||||
After this, you can build the model by running `python build_xml.py`. In the XML
|
||||
files that are created, you should see a reference to build/libserialised_source.so,
|
||||
the custom source library that was built by CMake. The model is also set up with a
|
||||
the custom source library that was built by CMake, and the path to the serialized
|
||||
representation of the source in serialized_source.xml. The model is also set up with a
|
||||
mesh tally of the flux, so once you run `openmc`, you will get a statepoint file
|
||||
with the tally results in it. Running `python show_flux.py` will pull in the
|
||||
results from the statepoint file and display them. If all worked well, you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue