mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
More small doc fixes
This commit is contained in:
parent
dfedd5a618
commit
bb11cbef3d
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue