mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update docstrings
Added description of ncrystal_cfg
This commit is contained in:
parent
dc2a9a8129
commit
9ebacff23a
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue