From bb11cbef3deda0e480df88da5d171297243978ca Mon Sep 17 00:00:00 2001 From: johnnyliu27 Date: Mon, 26 Nov 2018 18:29:49 -0500 Subject: [PATCH] More small doc fixes --- examples/jupyter/mg-mode-part-i.ipynb | 2 +- src/tracking.F90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/jupyter/mg-mode-part-i.ipynb b/examples/jupyter/mg-mode-part-i.ipynb index 7fcb3d079..a1087432f 100644 --- a/examples/jupyter/mg-mode-part-i.ipynb +++ b/examples/jupyter/mg-mode-part-i.ipynb @@ -148,7 +148,7 @@ "source": [ "To build the actual 2-D model, we will first begin by creating the `materials.xml` file.\n", "\n", - "First we need to define materials that will be used in the problem. In other notebooks, either nuclides or elements were added to materials at the equivalent stage. We can do that in multi-group mode as well. However, multi-group cross-sections are sometimes provided as macroscopic cross-sections; the C5G7 benchmark data are macroscopic. In this case, we can instead use the `Material.add_macroscopic` method to specific a macroscopic object. Unlike for nuclides and elements, we do not need provide information on atom/weight percents as no number densities are needed.\n", + "First we need to define materials that will be used in the problem. In other notebooks, either nuclides or elements were added to materials at the equivalent stage. We can do that in multi-group mode as well. However, multi-group cross-sections are sometimes provided as macroscopic cross-sections; the C5G7 benchmark data are macroscopic. In this case, we can instead use the `Material.add_macroscopic` method to specify a macroscopic object. Unlike for nuclides and elements, we do not need provide information on atom/weight percents as no number densities are needed.\n", "\n", "When assigning macroscopic objects to a material, the density can still be scaled by setting the density to a value that is not 1.0. This would be useful, for example, when slightly perturbing the density of water due to a small change in temperature (while of course ignoring any resultant spectral shift). The density of a macroscopic dataset is set to 1.0 in the `openmc.Material` object by default when a macroscopic dataset is used; so we will show its use the first time and then afterwards it will not be required.\n", "\n", diff --git a/src/tracking.F90 b/src/tracking.F90 index e322f31f2..48db0cf6d 100644 --- a/src/tracking.F90 +++ b/src/tracking.F90 @@ -221,7 +221,7 @@ contains material_xs % nu_fission / material_xs % total end if - ! score surface current tallies -- this has to be done before the collision + ! Score surface current tallies -- this has to be done before the collision ! since the direction of the particle will change and we need to use the ! pre-collision direction to figure out what mesh surfaces were crossed