MatrixACMagneticAPhi#

class ansys.aedt.core.modules.boundary.maxwell_boundary.MatrixACMagneticAPhi(rl_sources: list[RLSourceACMagneticAPhi], gc_sources: list[GCSourceACMagneticAPhi], matrix_name: str | None = None)#

Matrix assignment for AC Magnetic A-Phi solver.

Parameters:
rl_sourceslist[RLSourceACMagneticAPhi]

List of RL sources.

gc_sourceslist[GCSourceACMagneticAPhi]

List of GC sources.

matrix_namestr, optional

Name of the matrix. The default is None.

Examples

>>> from ansys.aedt.core.modules.boundary.maxwell_boundary import MatrixACMagneticAPhi
>>> obj = MatrixACMagneticAPhi()

Attributes

MatrixACMagneticAPhi.matrix_name

Value for matrix name.

MatrixACMagneticAPhi.rl_sources

Value for rl sources.

MatrixACMagneticAPhi.gc_sources

Value for gc sources.