Steps for Calculating the Complex Vector Electric Field
These are the field calculator steps to obtain the real part, the imaginary part, and the magnitude of the x-directed, y-directed, and z-directed components of the phasor electric field. For each of these vector components, the magnitude should be equal to sqrt(Real2 + Imag2), but the need to interpolate values and the calculation sequence means that Maxwell does not give this value unless the specified location is directly on a mesh element node.
- Calculate real part of complex vector electric field (in x, y, and z directions):
- Calculate imaginary part of complex vector electric field (in x, y, and z directions):
Use the real and imaginary components to manually calculate the magnitude as the sqrt (Real2+ Imag2).