openmc-dev / openmc

OpenMC Monte Carlo Code
https://docs.openmc.org
Other
764 stars 492 forks source link

Add CMFD output to statepoint #195

Closed bhermanmit closed 11 years ago

bhermanmit commented 11 years ago

We need to added CMFD output to statepoint. From some initial testing, it looks like that CMFD can currently be restarted since all of the tallies are always written out at a batch. Therefore we just need to add output that will be helpful for the user such as:

  1. CMFD k-effective
  2. CMFD flux ?
  3. CMFD fission source
  4. CMFD "entropy"
  5. etc...
paulromano commented 11 years ago

Addressed in #199