mcdc.cell

mcdc.cell(surfaces_flags, fill, lattice_center=None)

Define a cell as a building block of geometry.

Parameters

surfaces_flagslist of SurfaceHandle

List of surfaces that contain the cell.

filldictionary

Material that fills the cell.

lattice_centerarray_like[float], optional

Defines the center of the lattice (default None, implies no lattice).

Returns

dictionary

A cell card.

See also

mcdc.surface : Creates SurfaceHandle used to define cell domain. mcdc.material : Defines material used to fill cell.