Commit graph

45 commits

Author SHA1 Message Date
Paul Romano
b41e22f68b
Refactor ParticleType to use PDG Monte Carlo numbering scheme (#3756)
Co-authored-by: GuySten <62616591+GuySten@users.noreply.github.com>
Co-authored-by: Amanda Lund <alund1187@gmail.com>
2026-02-03 07:23:24 +00:00
Gregoire Biot
2d77544b0c
Adding variance of variance and normality tests for tally statistics (#3454)
Co-authored-by: Ethan Peterson <eepeterson3@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-11-12 11:41:37 -05:00
ahman24
239f7fed5e
Implement user-configurable random number stride (#3067)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-03-04 17:26:38 -06:00
Patrick Shriwise
1eca46f536
Write mesh type as a dataset always (#3253) 2025-01-08 22:15:00 -06:00
Patrick Shriwise
775c415122
Write and read mesh name attribute (#3221) 2024-12-16 15:40:02 +01:00
Paul Romano
d1d37a5b99
Allow MOAB k-d tree to be configured (#2976) 2024-04-26 05:57:02 -05:00
Paul Romano
98c4eb2a2c
Several small documentation updates (#2558) 2023-06-13 07:19:10 -04:00
Patrick Shriwise
610a5d8c34
Global Weight Window Generation via CAPI (#2359)
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-06-09 10:47:27 -05:00
Paul Romano
c123ce0fa0
New multiply_density option on tallies (#2539) 2023-06-09 08:24:00 -04:00
Paul Romano
bb5f727f85 Update IO format docs for meshes 2023-03-21 13:48:22 -05:00
RemDelaporteMathurin
c71c134963 added grids in statepoint specs 2023-02-27 16:32:05 -05:00
Paul Romano
a0e5ba4418 Add 0.13.2 release notes 2022-10-21 07:08:49 -05:00
Patrick Shriwise
8228db6d47 Writing interpolation attribute as an attribute of the 'y' dataset. 2022-09-17 12:05:48 -05:00
Patrick Shriwise
4ba9acd459 Adding test results for additional interpolation types 2022-09-01 23:34:24 -05:00
Patrick Shriwise
bdf73abb06 Some cleanup 2022-09-01 23:34:24 -05:00
Patrick Shriwise
b4cf42b092 Adding entry to statepoint documentation. 2022-09-01 23:34:23 -05:00
Patrick Shriwise
5bd2a14a2c Adding missing datasets to the statepoint docs 2022-07-29 15:30:35 -05:00
Patrick Shriwise
d5e9632206 Updating statepoint doc a bit 2022-07-28 19:19:39 -05:00
Patrick Shriwise
4564607eff Addressing comments from @paulromano 2022-07-28 18:48:11 -05:00
Jonathan
1da0eac5d5 minor typo fix 2022-02-14 23:36:14 +00:00
Paul Romano
ef61563079 Ensure time is propagated to secondary particles 2022-01-05 07:43:43 -06:00
Paul Romano
9755fa55af Fix a few docbuild issues 2021-03-04 23:25:21 -06:00
YoungHui Park
61ce6e528c Add missing changes on statepoint.rst 2021-01-18 14:36:05 -06:00
Paul Romano
4f7617e90c Fix documentation for source site attributes 2020-10-14 15:10:03 -05:00
Paul Romano
2997120755 Display time writing statepoint files 2020-09-23 07:47:45 -05:00
Patrick Shriwise
ae3a0f4a3b Additions to documentation for file specs and examples. 2020-03-19 14:15:26 -05:00
Paul Romano
5b195b6e9f Various fixes and updates in documentation 2019-10-04 14:00:22 -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
Shikhar Kumar
ee9a6ab065 So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -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
amandalund
70cc2f63c3 Address #871 comments: incremented statepoint revision, updated documented tallies.xml format, updated tallies RELAX NG schema 2017-05-23 13:07:40 -05:00
amandalund
7af1be9302 Fix surface and mesh filters for current score 2017-03-30 10:50:12 -05:00
amandalund
f08567b096 Changed python API; changed how filters are written to statepoint; changed tally filters array to indices of filters in global array 2017-03-27 16:05:26 -05:00
Paul Romano
740d233f66 A few documentation fixes 2017-03-01 07:10:51 -06:00
Paul Romano
58bb9c18ee Address easy comments from @wbinventor 2017-02-22 14:50:16 -06:00
Paul Romano
26e2601141 Update particle restart format and documentation 2017-02-21 21:26:25 -06:00
Paul Romano
4729754ce5 Make StatePoint.generations_per_batch consistent with Settings 2017-02-21 21:26:25 -06:00
Paul Romano
e642b401a2 Get rid of last instance of internal IDs in statepoint 2017-02-21 21:26:25 -06:00
Paul Romano
71b49aace8 Rewrite documentation for summary and statepoint files. Continue making a few
changes.
2017-02-21 21:26:25 -06:00
Paul Romano
6793ca9836 Add git SHA1 hash to --version output and summary/statepoint files 2017-02-21 14:33:25 -06:00
Sterling Harper
f1eeb091a7 Add EnergyFunctionFilters to documentation 2016-12-04 21:11:15 -05:00
Sterling Harper
d8e562f318 Merge remote-tracking branch 'upstream/develop' into diff_tally6 2016-11-16 13:37:42 -05:00
Paul Romano
fb009c6b5e Use multidimensional array for tally results rather than derived type 2016-11-15 15:22:02 -06:00
Sterling Harper
f303b3ed8d Merge branch 'multipole' into diff_tally5 2016-05-22 20:42:25 -04:00
Sterling Harper
806a8a0c9a Move all I/O file formats to special docs section 2016-04-25 19:03:31 -04:00
Renamed from docs/source/usersguide/output/statepoint.rst (Browse further)