Contenuto principale

Electromagnetics

Analyze solutions of static and time-harmonic electromagnetic problems

Perform electrostatic, magnetostatic, DC conduction, or harmonic analysis for the design of electrical and electronic components. For details about partial differential equations for electromagnetics, see:

The solver returns one of the results objects containing the solution values, such as electric or magnetic potentials, fields, and flux densities, at mesh nodes. After solving the problem, you can interpolate returned results to arbitrary spatial locations instead of mesh nodes.

Functions

generateMaxwellStressTensorCompute Maxwell stress tensor at nodal locations (Since R2024a)
interpolateMaxwellStressTensorInterpolate Maxwell stress tensor at arbitrary spatial locations (Since R2024a)
interpolateElectricPotentialInterpolate electric potential in electrostatic or DC conduction result at arbitrary spatial locations
interpolateElectricFieldInterpolate electric field in electrostatic or DC conduction result at arbitrary spatial locations
interpolateElectricFluxInterpolate electric flux density in electrostatic result at arbitrary spatial locations
interpolateMagneticPotentialInterpolate magnetic potential in magnetostatic result at arbitrary spatial locations
interpolateMagneticFieldInterpolate magnetic field in magnetostatic result at arbitrary spatial locations
interpolateMagneticFluxInterpolate magnetic flux density in magnetostatic result at arbitrary spatial locations
interpolateHarmonicFieldInterpolate electric or magnetic field in harmonic result at arbitrary spatial locations (Since R2022a)
interpolateCurrentDensityInterpolate current density in DC conduction result at arbitrary spatial locations (Since R2022b)

Objects

ElectrostaticResultsElectrostatic solution and derived quantities
MagnetostaticResultsMagnetostatic solution and derived quantities
HarmonicResultsHarmonic electromagnetic solution (Since R2022a)
ConductionResultsDC conduction solution (Since R2022b)

Topics

Featured Examples