mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Added default setting for prism boundary type parameter to docstring
This commit is contained in:
parent
2909cbbb25
commit
fd79f41bc4
1 changed files with 2 additions and 2 deletions
|
|
@ -1903,7 +1903,7 @@ def get_rectangular_prism(width, height, axis='z', origin=(0., 0.),
|
|||
Defaults to (0., 0.).
|
||||
boundary_type : {'transmission, 'vacuum', 'reflective', 'periodic'}
|
||||
Boundary condition that defines the behavior for particles hitting the
|
||||
surfaces comprising the rectangular prism.
|
||||
surfaces comprising the rectangular prism (default is 'transmission').
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
@ -1965,7 +1965,7 @@ def get_hexagonal_prism(edge_length=1., orientation='y',
|
|||
parallel to the y-axis.
|
||||
boundary_type : {'transmission, 'vacuum', 'reflective', 'periodic'}
|
||||
Boundary condition that defines the behavior for particles hitting the
|
||||
surfaces comprising the hexagonal prism.
|
||||
surfaces comprising the hexagonal prism (default is 'transmission').
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue