From 9ebacff23a1d0d1a38878c40ebe8ab819c7b1b4c Mon Sep 17 00:00:00 2001 From: zoeprieto <101403129+zoeprieto@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:56:12 -0300 Subject: [PATCH] Update docstrings Added description of ncrystal_cfg --- openmc/plotter.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openmc/plotter.py b/openmc/plotter.py index 13cd69b402..0362a8d176 100644 --- a/openmc/plotter.py +++ b/openmc/plotter.py @@ -240,6 +240,8 @@ def calculate_cexs(this, types, temperature=294., sab_name=None, Enrichment for U235 in weight percent. For example, input 4.95 for 4.95 weight percent enriched U. Default is None (natural composition). + ncrystal_cfg : str, optional + Configuration string for NCrystal material. Returns ------- @@ -304,6 +306,8 @@ def _calculate_cexs_nuclide(this, types, temperature=294., sab_name=None, Name of S(a,b) library to apply to MT=2 data when applicable. cross_sections : str, optional Location of cross_sections.xml file. Default is None. + ncrystal_cfg : str, optional + Configuration string for NCrystal material. Returns -------