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
  • !199

Merged
Opened Jul 19, 2013 by Shikhar Kumar@shikhark3 of 3 tasks completed3/3 tasks
  • Report abuse
Report abuse

New CMFD Routines

  • Overview 16
  • Commits 76
  • Changes 111

Created by: bhermanmit

This pull request addresses the following issues relating to re-writing CMFD in OpenMC: #193 (closed) #194 (closed) #195 (closed)

Not all features have currently been implemented, but the base style changes have all been made to the CMFD routines. Currently we still have to do:

  • hide row/col accessing from developer to prevent confusion with Fortran and C (PETSc) indexing from #194 (closed)
  • all of #195 (closed)
  • Update documentation of CMFD in User's guide
  • Optional: add theory section on basics of CMFD

Other changes not highlighted in the issues that have been addressed here are:

  • Optional variable display column for CMFD, by default CMFD will print keff column. This will add another one
  • Display column can print, CMFD "entropy", RMS of normalized neutron balance, RMS of CMFD fission source and OpenMC, or estimate of Dominance Ratio (only if power iteration eigensolver is used)

It would be nice to get comments on the matrix and vector headers and the PETSc solver module as I would like these to be extensible for other applications in the future.

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