Skip to main content

Meshing Grid

Overview

To create a triangulated finite element model of a device, the user must define the structure and layout of the mesh. A mesh is composed of triangles formed by triangulating a set of nodes in 2D space. These nodes are positioned at the intersections of mesh lines, which are arranged in orthogonal groups along the x and y directions.

The process begins with the definition of a grid, where the user specifies horizontal and vertical line groups to form a template for the mesh. This grid structure allows for the addition of extra nodes in regions of interest, providing higher mesh resolution in areas where more precise simulation results are required, for example at the semiconductor oxide interface. The intersections of these orthogonal lines, along with the boundaries of the regions being modelled, define the geometric node points that form the basis of the finite element mesh.

Usage Instructions

To define a rectangular meshing grid:

  1. From the Menu, select Mesh -> Define Mesh Construction Grid. This will open a properties dialog.

  1. Click the Add button to create a new group of grid lines.

  1. In the dialog box, define the properties of the grid line group.
  2. Specify the rectangular area using X and Y coordinates, for example, (0,0) to (5,5).
  3. Set the spacing between the grid lines.
  4. Click OK to generate the collection of grid lines over the defined area.

Repeat this process for both the horizontal (X) and vertical (Y) directions until a suitable meshing grid of intersecting lines is achieved.

Parameters

Each collection of grid lines is defined by the following parameters.

Grid Line Type

NameDescriptionUnit
OrientationUsed to specify the direction of the grid lines. Options: [Horizontal, Vertical]-
IntervalUsed to determine the spacing pattern for the grid lines. Options: [Fixed, Graded]-

Coordinates

NameDescriptionUnit
X1The x-coordinate of the lower-left corner of the rectangular area.Microns
X2The x-coordinate of the upper-right corner of the rectangular area.Microns
Y1The y-coordinate of the lower-left corner of the rectangular area.Microns
Y2The y-coordinate of the upper-right corner of the rectangular area.Microns

Spacing Between Lines

NameDescriptionUnit
SpacingIf Interval = Fixed, this sets a uniform spacing between all lines.Microns
TopIf Interval = Graded and Orientation = Vertical, this sets the spacing at the topmost coordinate.Microns
BottomIf Interval = Graded and Orientation = Vertical, this sets the spacing at the bottommost coordinate.Microns
LeftIf Interval = Graded and Orientation = Horizontal, this sets the spacing at the leftmost coordinate.Microns
RightIf Interval = Graded and Orientation = Horizontal, this sets the spacing at the rightmost coordinate.Microns