mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Fix spelling errors
This commit is contained in:
parent
7ba35310c8
commit
8dcd8dd4f0
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ Each ``material`` element can have the following attributes or sub-elements:
|
|||
is the name of the S(a,b) table that should be associated with the material.
|
||||
There is also an optional ``fraction`` element which indicates what fraction
|
||||
of the relevant nuclides will be affected by the S(a,b) table (e.g. which
|
||||
fraction of a material is crystaline versus amorphus). ``fraction``
|
||||
fraction of a material is crystalline versus amorphous). ``fraction``
|
||||
defaults to unity.
|
||||
|
||||
*Default*: None
|
||||
|
|
|
|||
|
|
@ -628,7 +628,7 @@ class Material(IDManagerMixin):
|
|||
fraction : float
|
||||
The fraction of relevant nuclei that are affected by the
|
||||
:math:`S(\alpha,\beta)` table. For example, if the material is a
|
||||
block of carbon that is 60% graphite and 40% amorphus then add a
|
||||
block of carbon that is 60% graphite and 40% amorphous then add a
|
||||
graphite :math:`S(\alpha,\beta)` table with fraction=0.6.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue