Source code for pyleecan.Methods.Machine.CondType12.comp_nb_circumferential_wire

from numpy import sqrt


[docs]def comp_nb_circumferential_wire(self): """Return number of adjacent wires in circumferential direction Parameters ---------- self : CondType12 A CondType12 object Returns ------- Nwppc_tan: int Number of adjacent wires in circumferential direction """ return int(sqrt(self.Nwppc))