pyleecan.Functions.Electrical.comp_loss_joule module¶
- comp_loss_joule(lam, T_op, OP, type_skin_effect)[source]¶
Calculate joule losses in given lamination and OP
- Parameters:
lam (LamSlotWind) – a lamination object with windings
T_op (float) – Winding temperature in degree Celsius
OP (OP) – An Op object
type_skin_effect (int) – 1 to include skin effect, 0 to ignore it
- Returns:
Pjoule – Joule losses [W]
- Return type:
float