Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
openmc
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Shikhar Kumar
  • openmc
  • Merge Requests
  • !154

Merged
Opened Mar 06, 2013 by Shikhar Kumar@shikhark
  • Report abuse
Report abuse

Added Method for Tally statepoint binary extraction

  • Overview 9
  • Commits 14
  • Changes 2

Created by: bhermanmit

In working with processing mesh and energy filtered source distributions, I thought it would be nice to have a simple tally extraction method in statepoint.py file. Basically after read_results from a statepoint you the new method, extract_results, a tally_id and a score_string.

Example: fsrc = extract_results(2,'nu-fission')

With this new object, tally results can easily be readjusted and reshaped with indexing arrays that are calculated in extract_results. Feel free to look at the new eigenfunction_rms.py script to see how to use this.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: shikhark/openmc!154