mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Modified doc strings related to 'nuclides' in get_xs and get_pandas_dataframe
This commit is contained in:
parent
8f3dc3b8c2
commit
739af93a9a
1 changed files with 4 additions and 2 deletions
|
|
@ -6102,7 +6102,8 @@ class MeshSurfaceMGXS(MGXS):
|
|||
subdomains : Iterable of Integral or 'all'
|
||||
Subdomain IDs of interest. Defaults to 'all'.
|
||||
nuclides : Iterable of str or 'all' or 'sum'
|
||||
Unused in MeshSurfaceMGXS
|
||||
Unused in MeshSurfaceMGXS, its value will be ignored. The nuclides
|
||||
dimension of the resultant array will always have a length of 1.
|
||||
xs_type: {'macro'}
|
||||
The 'macro'/'micro' distinction does not apply to MeshSurfaceMGXS.
|
||||
The calculation of a 'micro' xs_type is omited in this class.
|
||||
|
|
@ -6209,7 +6210,8 @@ class MeshSurfaceMGXS(MGXS):
|
|||
groups : Iterable of Integral or 'all'
|
||||
Energy groups of interest. Defaults to 'all'.
|
||||
nuclides : Iterable of str or 'all' or 'sum'
|
||||
Unused in MeshSurfaceMGXS
|
||||
Unused in MeshSurfaceMGXS, its value will be ignored. The nuclides
|
||||
dimension of the resultant array will always have a length of 1.
|
||||
xs_type: {'macro'}
|
||||
'micro' unused in MeshSurfaceMGXS.
|
||||
paths : bool, optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue