This commit is contained in:
Jose Ignacio Marquez Damian 2022-11-29 11:21:04 +01:00
parent e626447a4e
commit e7b4285bd5
3 changed files with 2 additions and 4 deletions

View file

@ -189,7 +189,7 @@ cannot currently included in ACE files such as oriented single crystals (see the
and further extend the physics `using plugins`_. Thermal scattering kernels are generated on
the fly from dynamic and structural data, or loaded from :math:`S(\alpha,\beta)` tables converted
from ENDF6 evaluations. These kernels are sampled in a direct way using a fast `rejection algorithm`_
that does not require previous processing. A `large library` of materials is already included in
that does not require previous processing. A `large library`_ of materials is already included in
the NCrystal distribution, and new materials can be easily defined from scratch in the `NCMAT format`_
or `combining existing files`_.

View file

@ -106,7 +106,7 @@ Adding NCrystal materials
------------------
Additional support for thermal scattering can be added by using NCrystal_.
The :meth:`Material.from_ncrystal` class method generates a material object from
The :meth:`Material.from_ncrystal` class method generates a :class:`openmc.Material` object from
an `NCrystal configuration string <https://github.com/mctools/ncrystal/wiki/Using-NCrystal#uniform-material-configuration-syntax>`_.
Temperature, material composition and density are passed from the configuration string
and the `NCMAT file <https://github.com/mctools/ncrystal/wiki/NCMAT-format>`_

View file

@ -15,8 +15,6 @@ CPU_COUNT=1
mkdir "$BLD_DIR"
cd ncrystal_bld
#cmake -Dstatic=on .. && make 2>/dev/null && sudo make install
cmake \
"${SRC_DIR}" \
-DBUILD_SHARED_LIBS=ON \