# # This profile tests the program's operation by creating a parallel # plate capacitor using a disk in the middle of a short wide room # The room will be 2 inches tall and 100 inches in radius. The inner # disk will be 99 inches in radius in the center of the room. This # looks like a parallel plate cap with 2 sections -> # # C = 2 * (eps * S / d) = 2*eps*pi*99*99*0.0254/1 # = 2*eps*pi*99*99*0.0254 # = 13.85 nF # # To eliminate descritization errors, the number of grid points will # be chosen to be a submultiple of 1". Choosing a grid size of 0.04" # results in 2501 points in the radial direction and 51 points # vertically, for a total of 127551 points. # # The disk will be created with null primary and secondary coils and # a horizontal line of length 49" for a terminal definition # opt_dsk.txt # options file room_dsk.txt # file with information on room 0in pri_dum.txt # dummy primary 2.54cm sec_dum.txt # dummy secondary 25.4mm term_dsk.txt # disk center conductor out.txt # output file diag.txt # diagnostic output file