Reference page for HollowConductorLayout
Contents
- Summary
- this = HollowConductorLayout(arguments) /this = HollowConductorLayout(arguments) is a constructor.
- this.compute_losses_stranded(arguments) Estimate AC losses in stranded windings.
- this.conductor_area(arguments) Total conductor area per slot.
- HollowConductorLayout/this.create_solid_geometry(arguments) is an undocumented builtin HollowConductorLayout method.
Summary
HollowConductorLayout methods: HollowConductorLayout - is a class. compute_losses_stranded - HollowConductorLayout/compute_losses_stranded is a function. Documentation for HollowConductorLayout doc HollowConductorLayout
PROPERTIES
- HollowConductorLayout/conductor_height is a property.
- HollowConductorLayout/conductor_width is a property.
- HollowConductorLayout/inner_diameter is a property.
- HollowConductorLayout/number_of_columns is a property.
- HollowConductorLayout/outer_diameter is a property.
- HollowConductorLayout/shape is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = HollowConductorLayout(arguments) /this = HollowConductorLayout(arguments) is a constructor.
this.compute_losses_stranded(arguments) Estimate AC losses in stranded windings.
Estimate AC loss distribution for stranded (= non-solid) conductor models.
[p_el, data] = compute_losses_stranded(this, winding_spec, dBx, dBy, conductivity), where
- winding_spec : PolyphaseWindingSpec object for specifying the winding.
- dBx, dBy : time-derivative of flux density
- conductivity : electrical conductivity, assumed uniform.
See the code of PolyphaseCircuit.stranded_conductor_losses for more details. Help for HollowConductorLayout/*compute_losses_stranded* is inherited from superclass WINDINGLAYOUTBASE
this.conductor_area(arguments) Total conductor area per slot.
Returns nan by default; should be overridden in subclasses if needed. Help for HollowConductorLayout/*conductor_area* is inherited from superclass WINDINGLAYOUTBASE