Reference page for SheetCircuit
Contents
Summary
SheetCircuit is a class. Documentation for SheetCircuit doc SheetCircuit
PROPERTIES
METHODS
Class methods are listed below. Inherited methods are not included.
this = SheetCircuit(arguments) /this = SheetCircuit(arguments) is a constructor.
this.init(arguments) Initialize matrices etc. for circuit.
init(this, problem) ties this to the given MagneticsProblem and *init*ializes the problem matrices and arrays in this.matrices:
- inds_solid : which of the Conductors in this are solid
- inds_stranded : likewise for stranded
- R : per-conductor resistances, active length
- R_EW : per-conductor resistances, end-winding length
- area : conductor areas
- sigma : conductor conductivities. Assumed uniform.
- M : mass/damping matrix
- C_Ai : current source matrix
- C_Au : voltage source matrix
- C_uu : voltage-voltage coupling matrix
- L : circuit loop matrix Help for SheetCircuit/*init* is inherited from superclass CIRCUIT
SheetCircuit/this.losses(arguments) is a function.
[Wmean, Wtime] = losses(this, solution, varargin)
SheetCircuit/this.parse_v11(arguments) is a function.
[conductor, name] = parse_v11(this)