- #1
Aiggy
- 1
- 0
Homework Statement
I am trying to solve the electrostatic field (2D) for a microstrip laid on a dielectric with a ground plane on the other side. I am also calculating the capacitance of the microstrip by evaluating a closed surface integral to get the charge on the conductors. I am using FDM, coding in matlab.
Homework Equations
Field:
[tex]\nabla[/tex]V = 0
Charge:
eps*eps0*length*[tex]\oint[/tex]E*dl) = charge
Capacitance:
C=Q/U
The Attempt at a Solution
a. The geometry of the problem is always the same. If I compute the field and then compute the capacitance for a 100x100 mesh I get say 10.2pF. However if I make the mesh finer, say 200x200 I get a different result, 10.75pF. I let the iterations reach 50k (jacobi iteration) in both cases. Why is there such a big difference between the results?
b. I also calculate the charge on the ground plane, for a sanity check. The value I get is too small by 30%. What is wrong?
c. I am always using dirichlet boundary condition for the ground plane, for the other sides of the space I tried using both dirichlet and neumann conditions, difference in the final results for the charge (capacitance) is around 0.6%, which is good, but leads me to the conclusion that for my chosen space size (5x5mm) and the microstrip size - it doesn't really matter which boundary condition do I choose. Do you agree?
Last edited: