Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due
ECSE 543A NUMERICAL METHODS IN ELECTRICAL ENGINEERING
Assignment 2
Figure 1
2) Figure 2 shows the cross-section of an electrostatic problem with translational symmetry: a rectangular coaxial cable. The inner conductor is held at 110 volts and the outer conductor is grounded. (This is similar to the system considered in Question 3, Assignment 1.)
(a) Use the two-element mesh shown in Figure 1(b) as a “building block” to construct a finite element mesh for one-quarter of the cross-section of the coaxial cable. Specify the mesh, including boundary conditions, in an input file following the format for the SIMPLE2D program as explained in the course notes. (Hint: Your mesh should consist of 46 elements.)
(b) Use the SIMPLE2D program with the mesh from part (a) to compute the electrostatic potential solution. Determine the potential at (x,y) = (0.06, 0.04) from the data in the output file of the program.
(c) Compute the capacitance per unit length of the system using the solution obtained from SIMPLE2D.
Note: The SIMPLE2D program and related utility programs are available from the myCourses page for this course or on the World-Wide-Web at: http://www.cambridge.org/ca/academic/subjects/engineering/engineering-mathematics-and-programming/finite-elements-electrical-engineers-3rd-edition?format=PB?format=PB (Click on “Resources” tab.)
Please read the file README.1ST before using the software.
(a) Test your matrix using your Choleski decomposition program that you wrote for Question 1 of Assignment 1 to ensure that it is positive definite. If it is not, suggest how you could modify the matrix equation in order to use the conjugate gradient method for this problem.
(c) Plot a graph of the infinity norm and the 2-norm of the residual vector versus the number of iterations for the conjugate gradient program.
(d) What is the potential at (x,y) = (0.06, 0.04), using the Choleski decomposition and the conjugate gradient programs, and how do they compare with the value you computed in Question 2(b) above. How do they compare with the value at the same (x,y) location and for the same node spacing that you computed in Assignment 1 using SOR.
(e) Suggest how you could compute the capacitance per unit length of the system from the finite difference solution.