Summary for: AirgapContainer < handle

Class summary

AirgapContainer Container class for one or more airgap models.

this = AirgapContainer( model )

Properties

.airgaps - array of airgaps

.model - parent model

Methods

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

.AirgapContainer Container class for one or more airgap models.

this = AirgapContainer( model ) Documentation for AirgapContainer/AirgapContainer doc AirgapContainer

.add_gap Add an airgap.

add_gap(this, static_object, moving_object), where

  • static_object : Stator-like boundary of airgap. EITHER a GeoBase object, in which case airgap boundary nodes are taken from static_object.n_ag, OR a Boundary object.

Note: it is assumed that the indices of the boundary nodes have NOT been updated to global (MotorModelBase scale) indexing; for this reason the this.model.global_node_indices method is called.

.AirgapContainer/finalize is a function.

finalize(this)

.AirgapContainer/fluxplot is a function.

fluxplot(this, A, rotorAngle, potentials)

.AirgapContainer/get_airgap_matrix is a function.

Sag = get_airgap_matrix(this, rotorAngle, varargin)