ConductionResults
Description
A ConductionResults
object contains the electric
potential, electric field, current density, and mesh values in a form convenient for plotting
and postprocessing.
The electric potential, electric field, and current density values are calculated at the
nodes of the triangular or tetrahedral mesh generated by generateMesh
. Electric potential values at the nodes appear in the
ElectricPotential
property. Electric field values at the nodes appear in
the ElectricField
property. Current density values at the nodes appear in
the CurrentDensity
property.
To interpolate the electric potential, electric field, and current density to a custom
grid, such as the one specified by meshgrid
, use the interpolateElectricPotential
, interpolateElectricField
, and interpolateCurrentDensity
functions.
Creation
Solve a DC conduction problem using the solve
function. This function returns a solution as a ConductionResults
object.
Properties
Object Functions
interpolateElectricPotential | Interpolate electric potential in electrostatic or DC conduction result at arbitrary spatial locations |
interpolateElectricField | Interpolate electric field in electrostatic or DC conduction result at arbitrary spatial locations |
interpolateCurrentDensity | Interpolate current density in DC conduction result at arbitrary spatial locations |
Examples
Version History
Introduced in R2022b