Skip to content
Product

Cell geometry

The cell geometry inputs define the shape and size of each solar cell. These are configured in the Geometry section of the Inputs → Cell tab.

The cell shape and dimensions directly affect both the optical ray tracing (determining the active area where light is absorbed) and the electrical simulation (cell area is used to scale current densities and resistances to circuit values — see current density vs. current notation).

The shape of each cell is selected from the Shape dropdown. Four options are available:

Wafer shapes

The dimension inputs shown depend on the selected shape:

ShapeInputsDescriptionSquare, Length Xc, Side length of the square cellRectangular, Length Xc and Breadth Yc, Width and height of the rectangular cellPseudosquare, Length Xc and Diameter Dc, Side length and the diameter of the rounded cornersCircular, Diameter Dc, Diameter of the circular cell

For a square cell, both the X and Y dimensions of the cell are equal to Xc. For a pseudosquare cell, the corners are rounded arcs with diameter Dc; the cell is square with side length Xc but with the four corners cut to follow a circle of diameter Dc. The diameter must be greater than or equal to the side length (DcXc).

The cell area Ac is computed automatically from the shape and dimensions and is displayed as a read-only output in cm². This value is used throughout the simulation — for example, to convert between current density (J, in A/cm²) and current (I, in A), and between specific resistance (Ω·cm²) and circuit resistance (Ω).

The formula depends on the selected shape:

  • Square: Ac=Xc2

  • Rectangular: Ac=Xc×Yc

  • Circular: Ac=πDc24

  • Pseudosquare: If the diameter is large enough that the corners have no effect (DcXc2), the area is simply Ac=Xc2. Otherwise, the rounded corners reduce the area:

Ac=θDc22+f×Xc

where f=Dc2Xc2 is the width of the flat side between corners and θ=π22cos1 ⁣(XcDc) is the angular extent of the curved sections.