From 5db1eadc568a48d7ee48d6b48f1c120a4f5c852c Mon Sep 17 00:00:00 2001 From: SamPUG Date: Wed, 4 Mar 2020 13:39:39 +0000 Subject: [PATCH] Apply formatting suggestions. Co-Authored-By: Paul Romano --- docs/source/usersguide/materials.rst | 4 ++-- examples/jupyter/pincell.ipynb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/usersguide/materials.rst b/docs/source/usersguide/materials.rst index a188ffc17d..3e07303a5a 100644 --- a/docs/source/usersguide/materials.rst +++ b/docs/source/usersguide/materials.rst @@ -149,8 +149,8 @@ In OpenMC it is possible to mix any number of materials to create a new material with the correct nuclide composition and density. The :meth:`Material.mix_materials` method takes a list of materials and a list of their mixing fractions. Mixing fractions can be provided as atomic -fractions, weight fractions or volume fractions. The fraction type -is specifed by adding 'ao', 'wo' or 'vo' respectively as the third argument. +fractions, weight fractions, or volume fractions. The fraction type +can be specified by passing 'ao', 'wo', or 'vo' as the third argument, respectively. For example, assuming the required materials have already been defined, a MOX material with 3% plutonium oxide by weight could be created using the following: diff --git a/examples/jupyter/pincell.ipynb b/examples/jupyter/pincell.ipynb index 46ae19d8ef..88fe0ca359 100644 --- a/examples/jupyter/pincell.ipynb +++ b/examples/jupyter/pincell.ipynb @@ -465,7 +465,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The 'wo' argument in the `mix_materials()` method specifies that the fractions are weight fractions. Materials can also be mixed by atomic and volume fractions with 'ao' and 'vo' respectively. For 'ao' and 'wo' the fractions must sum to one. For 'vo' if fractions do not sum to one, the remaining fraction is set as void." + "The 'wo' argument in the `mix_materials()` method specifies that the fractions are weight fractions. Materials can also be mixed by atomic and volume fractions with 'ao' and 'vo', respectively. For 'ao' and 'wo' the fractions must sum to one. For 'vo', if fractions do not sum to one, the remaining fraction is set as void." ] }, {