Commit graph

140 commits

Author SHA1 Message Date
Paul Romano
bc09d1ef55 adding back files to be reviewed 2019-10-28 11:55:45 -05:00
Paul Romano
ae28233110 deleting all files to prepare for review 2019-10-28 11:48:19 -05:00
Paul Romano
5b195b6e9f Various fixes and updates in documentation 2019-10-04 14:00:22 -05:00
Paul Romano
c18f845712 Fix broken links in documentation 2019-10-04 09:33:20 -05:00
Andrew Johnson
2ead24e172
Teach openmc_statepoint_write about internal tallies
If a tally is marked as not writeable, a tally group
will still be added to the statepoint file. However,
no filter, score, nuclide, or results data will be written to
this tally group. A new attribute is introduced to this tally
group "internal" that is an integer flag: 0 if the tally
is not internal (i.e. is writeable) and 1 if the tally is
internal (i.e. is not writeable).

The internal attribute has been added to the statepoint
io format in the documentation.

Other changes: use
```
const auto& tally : model::tallies

  tally->X
```
to iterate over tallies during the writing process
2019-09-20 10:02:38 -05:00
Andrew Johnson
918340a3af
Allow user control over Operator.dilute_initial
Users can now pass dilute_initial as an input
argument into the Operator, and directly set
Operator.dilute_initial. Documentation was updated to
include units on the initial default concentration, which
is 1000 atoms per cubic centimeter. The user is allowed
to set this value to zero.

Notes have been added to ResultsList.get_atoms
and get_reaction_rate methods, indicating why there may
be non-zero values when pulling data for isotopes not
initially present.
A similar note was added to the depletion_results.h5
io format file.

Closes #1288
2019-07-25 08:43:09 -05:00
Paul Romano
1f0fde281c
Merge pull request #1281 from drewejohnson/fix-material-get-temp
Read in material temperatures from xml subelement
2019-07-15 08:10:10 -05:00
Andrew Johnson
60d92f89d2
Add temperatures to statepoints, Material.from_hdf5
Also include material attributes to summary format documentation
2019-07-12 14:23:55 -05:00
Paul Romano
daf90d9db7 Fix documentation of source_bank 2019-07-11 06:31:12 -05:00
Andrew Johnson
05ce0e9f51
Add depletion_chain element to cross_sections format 2019-07-09 08:45:01 -05:00
Andrew Johnson
8b96356304
Update materials.xml format doc: temperature as attribute 2019-07-09 08:35:00 -05:00
Andrew Johnson
6732f5908d
Add depletion time to io formats 2019-07-05 08:02:32 -05:00
Andrew Johnson
15d9e050ca
Update depletion_results documented format with k uncertainties 2019-07-03 16:29:45 -05:00
Paul Romano
3cf937eaaa Update I/O format for thermal neutron scattering 2019-06-25 07:31:53 -05:00
Sterling Harper
2c0b16e73d
Merge pull request #1216 from dryuri92/newhex
Support different orientations for hexagonal lattices
2019-06-17 15:21:49 -04:00
Paul Romano
e7f3e34088 Fix from_hdf5 for hex lattice with x orientation. Assorted other fixes. 2019-06-10 13:13:52 -05:00
Paul Romano
3794c3eec4 Update documentation for hex lattice 2019-06-04 15:59:54 -05:00
Sterling Harper
7cf1822410 Add RectilinearMesh to documentation 2019-05-29 22:02:43 -04:00
liangjg
39a38f9dca update document for photon heating 2019-04-11 14:14:05 -04:00
Paul Romano
49bf4523c3 Remove thread_id and n_threads global variables 2019-03-19 13:57:42 -05:00
amandalund
9a861db193 Update photon data 2019-03-06 10:03:40 -06:00
Paul Romano
90568ba96c Remove xs conversion scripts and update documentation 2019-02-15 15:09:05 -06:00
Patrick Shriwise
56bfba392f Adding documentation changes requested by @paulromano. 2019-01-31 10:46:26 -06:00
Patrick Shriwise
d277f11188 Cleaning up DAGMC documentation a little bit. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
1fac397515 Typo correction. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
2758770153 Adding some documentation about how to configure and install with DAGMC. 2019-01-30 20:37:17 -06:00
Paul Romano
1563002ee9 Remove two references to weight correction method 2019-01-12 15:45:45 -06:00
Paul Romano
faa70b168f Remove weight correction method for resonance scattering, rename ARES -> RVS 2019-01-10 15:53:45 -06:00
Shikhar Kumar
ee9a6ab065 So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -05:00
Paul Romano
0abb03fdc9 Changes suggested by @liangjg 2018-11-13 10:52:53 -06:00
Paul Romano
3246a9320e Remove option to specify multipole library outside of cross_sections.xml 2018-11-12 13:35:29 -06:00
liangjg
3beaf4f364 update WMP file format to v1.1 2018-10-19 16:43:01 -04:00
Paul Romano
a28887147b
Merge pull request #1075 from pshriwise/dagmc
Initial CAD-based geometry implementation
2018-10-04 19:13:48 -05:00
Patrick Shriwise
e952b2c6cb Adding entry to summary file spec in docs. 2018-10-02 22:22:20 -05:00
Paul Romano
6847340f3b Remove references to compact fission energy release library (removed in #1032) 2018-09-26 10:22:57 -05:00
Paul Romano
dfd7bb9437 Rename summed -> redundant to make ENDF language 2018-09-13 08:06:13 -05:00
Sterling Harper
de38aa5a63 Address #1061 comments 2018-08-27 17:07:22 -04:00
Sterling Harper
dfcb97e714
Merge pull request #1054 from liangjg/wmp_v1.0
Accommodate the new WMP Library
2018-08-24 11:09:15 -04:00
Paul Romano
8106329fe8 Add material volumes to XML and Material type 2018-08-17 09:21:56 -05:00
jingang
3b8d1ffb4b update for new wmp library v1.0 - python api and docs 2018-08-15 22:40:42 -04:00
Sterling Harper
45f971ebfd
Merge pull request #1034 from paulromano/governance
Document new governance model
2018-08-15 14:54:30 -04:00
Sterling Harper
90cc31629a
Merge pull request #1032 from paulromano/endf8-fixes
Tabulated fission energy release
2018-08-07 09:44:51 -05:00
Paul Romano
c7f3676722 Fix doc issue in summary.rst 2018-08-03 13:01:45 -05:00
Paul Romano
d9afa804b8 Updated data format documentation 2018-08-02 16:08:14 -05:00
amandalund
91d8ccd354 Added documentation to user's guide and file format specifications 2018-07-20 14:40:15 -05:00
amandalund
d29923f6bf Address #1023 comments 2018-07-09 21:33:48 -05:00
amandalund
7dcd6239eb Updated some documentation. 2018-07-05 15:32:33 -05:00
amandalund
c912cdce70 Merge branch 'develop' into photon-new 2018-06-28 16:19:54 -05:00
Paul Romano
d5bc4dacae
Merge pull request #1001 from nelsonag/mgxs_expansion_with_tests
Incorporation of Expansion filters in to MGXS
2018-05-08 14:58:41 -05:00
Adam G Nelson
1d2ebb71f8 Implemented Expansion filters in to the MGXS classes and removed the old score-based expansions 2018-04-27 19:45:38 -04:00