electricpy.passive.air_core_required_num_turns

electricpy.passive.air_core_required_num_turns(d: float, coil_l: float, L: float)[source]

Compute Required Number of Turns of Air Core Inductor.

\[n = \sqrt{\frac{L(1016127 l + 457418 d)}{1000 d^2}}\]
Parameters:
d : float

Coil diameter, measured in meters

coil_l : float

Coil length, measured in meters

L : float

Inductance of air core inductor in Henry’s (H)

Return type:

float Number of inductor turns