Mesh grid is the first parameter needs to be initialized in using Silvaco to simulate the NMOS structure. Mesh grid parameter could give effects to the simulation process of NMOS. As an example, doping process depends on the y-axis grid location and spacing. In Silvaco TCad, mesh grid is also known as the simulation grid. the correct specification of grid is critical in process simulation. The number of nodes in the grid has a direct influence on simulation accuracy and time. A finer grid should exist in those areas of the simulation structure where ion implantation will occur, where p-n junction will formed or where optical illumination will change photoactive concentration. Usually the finest grid will defined at the surface of the substrate. this region will be used to form the surface active region of the NMOS transistor.
I would like to add to Andrea, that The device simulator solves numerically the semiconductor equations in the regions of the the device. These equations are the Poisson, current and continuity equations. They are partial differential equations in position and time. To solve such equations numerically using digital computers the space of the solution and the time must be discretised. Descretising two dimensional area results in a network of points termed nodes.The array of points may also termed grid. It is so that the solution will be given at these selected points. The number of points per certain unit distance is determined by the rate of change of the change of the function with distance. As hinted by Andrea, in the regions of fast changes one has to densify the grid points other wise the solution may not be accurate or even may be wrong. It is so as the grid points increases the solution will be accurate. Unfortunately, the calculations will take longer time. It is so that one must increase the grid points till no improvement in the output of the solution.
Also, in order to decrease the number of points one. can use non homogeneous grid with points density higher in the rapid changing region and much less dense in the slow varying regions.
Grid is required not only for MOS device but also for any device that is to be simulated. This defines the structure and density of the device. Simulation accuracy has direct influence on grid. In denser areas fine grids are required such as, inversion channel of MOSFET when we need to calculate the inversion charge or drain current in the channel. In less dense area, we need coarse grid, such as, in the bulk region of the MOS device.
In some of the examples i have seen that they have initialized the starting value but end point is not defined.
As in this example starting point in x-axis is 0.0 (with spacing of 0.2 ) till 10. But at the last line for x-axis the point is staring from 14 (with spacing of 0.1 ).. but where it will end.
for x-axis
x.m l=0.0 s=0.2
x.m l=10 s=0.2
x.m l=12 s=0.05
x.m l=14 s=0.1
for y axis
As in this example starting point in y-axis is 0 (with spacing of 0.2 ) till 0.1. But at the last line for y-axis the point is staring from 0.3 (with spacing of 0.05 ).. but where it will end.
Thank you for the answer.....I read the manual but i was not able to find for the triangular structure.... i am finding difficult to make angle and joining the two sides.....is it possible to make angle between two sides.....