This section will calculate the capacitance and surface charge density of a square metal plate and a metal disc. It may not seem particularly interesting, but this is hopefully an easy introduction to the important method of moments.
The formula providing the incremental potential is:
dU = σ(x,y) (dx)(dy) [(x-xo)2+(y-yo)2]-1/2/(4πεo)
where:
The program for the metal disc will follow later on: (The compensation factor for curvilinear elements is not constant along the radius.) If the area is the same, the capacitance should be similar.
If a lot of matching points are considered, half of the charge density values (along any direction) can become close to zero, or even negative: This does not matter for the capacitance (the total charge is positive), but it does imply that half the resolution is lost for the distribution of the surface charge density.
All numerical methods should have their convergence verified by performing additional calculations, especially when quantisation of signals or surfaces is taking place, by the user (and, preferably, by the software.) Although the simple program supplied does not do that, the modifications required are minor. It is interesting that the method may converge for a number of samples, and twice that number, but not for one of the numbers in between. The constant for the number of nodes included gives credible results (within about 10% of the true value.)
The following text has useful information, and part of it was instrumental in preparing the material in this section- it is one of the 'oldies but goodies':
IEEE Proc. Vol 55, No 2, Page 136- R.F. Harrington: Matrix Methods For Field Problems.
The backtracking section now includes a faster version of the maze program. However, the difference will be lost on small mazes.
The remedy is worse than the disease. |