mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Make StatePoint.generations_per_batch consistent with Settings
This commit is contained in:
parent
e642b401a2
commit
4729754ce5
3 changed files with 7 additions and 7 deletions
|
|
@ -34,8 +34,8 @@ The current revision of the statepoint file format is 16.0.
|
|||
- **current_batch** (*int*) -- The number of batches already simulated.
|
||||
- **n_inactive** (*int*) -- Number of inactive batches. Only present
|
||||
when `run_mode` is 'eigenvalue'.
|
||||
- **gen_per_batch** (*int*) -- Number of generations per batch. Only
|
||||
present when `run_mode` is 'eigenvalue'.
|
||||
- **generations_per_batch** (*int*) -- Number of generations per
|
||||
batch. Only present when `run_mode` is 'eigenvalue'.
|
||||
- **k_generation** (*double[]*) -- k-effective for each generation
|
||||
simulated.
|
||||
- **entropy** (*double[]*) -- Shannon entropy for each generation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue