Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
Components: Part 1 Calculation Problems 40%
Part 2 MATLAB Problems 60%
Grouping: 5 students per group
Group assignment (One submission per group)INTRODUCTION
This coursework assessment aims to help develop your understanding and ability to handle problems relating to electro- and magneto-statics. The work is undertaken as a group of 5 members. There will be a single submission per group and this submission will be made by the named group leader only. The coursework has two parts. All groups should complete all of part 1. Each group will be assigned one of the problems in Part 2. Your group MUST complete the assigned problem. Ensure that your submission complies with the formatting requirement set out on page 2.
Groups have been either pre-requested or have been randomly allocated. Please check the details in the group list provided on CORE.
LEARNING OUTCOMES
Following the completion of this laboratory you should be able to:
C .Understand basic principles related to Electrostatics and Magnetostatics.
D .Understand the use of Maxwell's equations in differential and integral form for engineering applications, and the energy aspects of electromagnetic fields and understand the principle and properties of plane waves in free space.
Formatting Requirements
You must fulfil each formatting requirement listed below. Failure to meet any TWO of the formatting requirements below will lead to a reduction in mark of 10 percentage points. A further 5% will be lost for each additional requirement not met. Formatting penalties will not reduce your mark below 40%. 1. The entire submitted document must be saved in Microsoft Office Word .docx. 2. The assignment must have a filename in this format: Group Number.docx. For example: Group 3,then filename: G03.docx. Group 20,then filename: G20.docx 3. The main text of the assignment must use 1.5 line spacing. 4. The main text of the assignment must use Times New Roman font with the font size of 12 point. 5. The assignment must include page numbers. 6. Handwriting is not acceptable. 7. Use of screenshots from other sources (other than figures generated by MATLAB) is not acceptable. 8. You MUST use the cover page template provided on core. Fill it in, scan it, and then attach it as the first page of your submission. 9. Any citations should follow IEEE referencing style. |
Part 1:Calculation Problems (40%)
Q1.Given that a magnetic field in a region is:
B=0.002x+0.003yT
(a)Find the magnetic flux through all five surfaces of the wedge shown in the figure below (25 marks).
(b)Determine the total flux through the wedge (5 marks).
Q2.A vector field is given by:
A=acos(bx)x+abysin(bx)y
Analyse the expression and explain if this field can be a magnetic field (show your working)(10 marks).
Part 2:MATLAB Problems (60%)
Please double-check the allocated proble ber bef re working on it in the group allocation file on core.
A)Dielectric-Dielectric Interface with no free charge
Two uniform dielectric media of permittivity ε1=E0 and ε2=E0Er(Er>1)form an XY-plane with the boundary at z=0.Medium 1 occupies the half space z>0 and medium 2 occupies the half space z<0.A point charge Qe is placed at (x,y,z)=(0,0,d)for d>0 as shown in the Figure on the right.The dotted cube depicted in this figure represents the area used for the simulation.Answer the following questions;there are 10 marks for each question.
1)Explain the meaning of boundary conditions and why they are important.
2)Are the boundary conditions derived from Maxwell's equations in integral or differential form?Do the boundary conditions supplement Maxwell's equations in integral or differential form,explain the reasons?
3)Determine the relationship between surface charge density and the permittivity of the dielectric media.
Copy and paste the code in Appendix A into the MATLAB Command Window.Set D=10,and Qe=1,then run the script.The center plot in Figure 1 demonstrates that the contour lines of the electric potential are continuous along the x-and y-coordinates. The E-field lines are shown in red (piecewise with an angular point on the boundary). Examine the data by looking at multiple cross-section images.These can be obtained by sequentially pressing any key on the keyboard.Once you have moved the plane to the end of the simulated block,the drawings in Figures 2 and 3 appear.These figures depict theelectrical potential with E-field lines and the same potential with D-field lines, respectively.Both are plotted at the cross-sectionx=0.
Now,answer the following questions:
4)Run the option d=1,Er=4 and look at Figure 2.Explain the reason(s)that the E-field lines bend counterclockwise as they cross the boundary when y<0.
5)Following 4),summarise the difference(s)between the E-and D-field lines’ structures in Figure 2 and Figure 3.Explain the reason why the D-fields do not experience the boundary.
6)Run the option d=-1,Er=4 and look at Figure 2.Explain the reason(s)that the E-field lines bend clockwise as they cross the boundary when y<0 and that there is no indication of bending at y=0.
B)Parallel Strip Model of Capacitor
A capacitor comprises two parallel conductive strips of equal width a and oppositely charged to potentials +Uo and -Uo,with Uo=100 V.They are of an infinitesimal thickness and placed a distance d=0.6a apart to observe the effect of fringe fields.The strips are placed into a relatively large metal box to make the numerical simulation manageable. Answer the following questions;there are 10 marks foreach question.
Stripsand Box extend to -0
Strips and Box extend to+m
1)Assume this is an ideal capacitor,determine the expressions of the electric flux density between the two conductive strips and the capacitance of this structure when filled by air.
2)Assume this is an ideal capacitor,determine the expressions of the electric flux density between the two conductive strips and the capacitance of this structure if the gap between the strips is fully filled with a dielectric material with permittivity
E=EOEr
Copy and paste the code in Appendix B into the MATLAB Command Window.Set a=5 then run the script.The first figure demonstrates the electric potential Ue as equipotential contour curves and the E-field as the red arrowed lines.The second figure is the contour plot of the E-field magnitude,while the third one is a 3D image of the potential distribution.
Now,answer the following questions:
3)Comment on the reason(s)for the E-field singularities(colossal increase in E-field) around the edges.
4)Evaluate the potential value along the symmetry line (black dotted)in the first figure and explain the reason(s).
5)Run the script. and set a=5,b=0.5,explain why the E-field distribution between the two parallel conductive strips is almost uniform.
6)What happens if we put an infinite conductive plate with an infinitesimal thickness between the two parallel conductive strips?You should mathematically explain and modify the code (or write your own code)to display the results.
Note that please provide your code with comments as an appendix in your submission(Code format:Arial with the font size 9,line spacing is single).