From bbded7667d00b605db52d47b99d391104bc49935 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Wed, 15 Jun 2016 12:27:24 -0400 Subject: [PATCH] Some minor comments in tallies and cmfd methods sections. Only need to add a few links and proof-read the compiled html! --- docs/source/methods/cmfd.rst | 4 ++++ docs/source/methods/tallies.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/source/methods/cmfd.rst b/docs/source/methods/cmfd.rst index 4181f1b37..9403933fd 100644 --- a/docs/source/methods/cmfd.rst +++ b/docs/source/methods/cmfd.rst @@ -8,6 +8,10 @@ This page section discusses how nonlinear diffusion acceleration (NDA) using coarse mesh finite difference (CMFD) is implemented into OpenMC. Before we get into the theory, general notation for this section is discussed. +Note that the methods discussed in this section are written specifically for +continuous-energy mode but equivalent apply to the multi-group mode if the +particle's energy is replaced with the particle's group + -------- Notation -------- diff --git a/docs/source/methods/tallies.rst b/docs/source/methods/tallies.rst index 60a2b9a63..3b01e03f3 100644 --- a/docs/source/methods/tallies.rst +++ b/docs/source/methods/tallies.rst @@ -4,6 +4,10 @@ Tallies ======= +Note that the methods discussed in this section are written specifically for +continuous-energy mode but equivalent apply to the multi-group mode if the +particle's energy is replaced with the particle's group + ------------------ Filters and Scores ------------------