@@ -720,13 +720,6 @@ def make_cell_arrays(
720720
721721 Parameters
722722 ----------
723- materials:
724- library containing information about the materials
725- tokamak_dimensions:
726- A parameter
727- :class:`bluemira.radiation_transport.neutronics.params.TokamakDimensions`,
728- Specifying the dimensions of various layers in the blanket, divertor, and
729- central solenoid.
730723 control_id: bool
731724 Whether to set the blanket Cells and surface IDs by force or not.
732725 With this set to True, it will be easier to understand where each cell came
@@ -1402,25 +1395,27 @@ def from_pre_cell(
14021395
14031396 Parameters
14041397 ----------
1405- pre_cell
1398+ pre_cell:
14061399 An instance of :class:`~PreCell`
1407- ccw_surf
1400+ ccw_surface:
14081401 An instance of :class:`openmc.surface.Surface`
1409- cw_surf
1402+ cw_surface:
14101403 An instance of :class:`openmc.surface.Surface`
1411- depth_series
1404+ depth_series:
14121405 a series of floats corresponding to the N-2 interfaces between the N-1
14131406 layers, whereas the N-th layer is the vacuum vessel (and the pre-cell has
14141407 already stored the thickness for that).
14151408 Each float represents how deep into the blanket (i.e. how many [cm] into the
14161409 first wall we need to drill, from the plasma facing surface) to hit that
14171410 interface layer.
1418- fill_lib
1411+ csg:
1412+ CSG reactor CAD
1413+ fill_lib:
14191414 :class:`~MaterialsLibrary` so that it separates into .inboard, .outboard,
14201415 .divertor, .tf_coil_windings, etc.
1421- inboard
1416+ inboard:
14221417 boolean denoting whether this cell is inboard or outboard
1423- blanket_stack_num
1418+ blanket_stack_num:
14241419 An optional number indexing the current stack. Used for labelling.
14251420 If None: we will not be controlling the cell and surfaces id.
14261421
@@ -1639,8 +1634,8 @@ def interior_vertices(self) -> npt.NDArray:
16391634 Returns all of the tokamak's poloidal cross-section's inside corners'
16401635 coordinates, in 3D.
16411636
1642- Parameters
1643- ----------
1637+ Returns
1638+ -------
16441639 interior_vertices:
16451640 array of shape (N+1, 3) arranged clockwise (inboard to outboard).
16461641 """
@@ -2229,8 +2224,8 @@ def interior_vertices(self) -> npt.NDArray:
22292224 Returns all of the tokamak's poloidal cross-section's inside corners'
22302225 coordinates, in 3D.
22312226
2232- Parameters
2233- ----------
2227+ Returns
2228+ -------
22342229 interior_vertices: npt.NDArray of shape (N+1, 3)
22352230 Arranged counter-clockwise (inboard to outboard).
22362231 """
0 commit comments