Link Search Menu Expand Document

Summary

SimulationParameters Parameters for MagneticsProblem solutions.

PROPERTIES

  • N_periods - number of electrical periods to simulate

  • N_stepsPerPeriod - number of time-steps per electrical period

  • alpha2 - time-stepping weight factor (2=implicit Euler, 1=trapezoidal, ]1,2[ = hybrid)

  • f - supply frequency

  • maxIter - maximum number of Newton iterations

  • rel - relaxation factor for iterations, default = 1 (no relaxation)

  • rotorAngle - rotor angle (bias for stepping analysis, set of angles for static)

  • silent - display progress in command line, true/false

  • slip - slip

  • ts - time-step time-stamps

Methods

Class methods are listed below. Inherited methods are not included.

* default parameters

* SimulationParameters/dispf is a function.

dispf(this, varargin)

* SimulationParameters/miscpar is a function.

p = miscpar(this, name)