electricpy.passive.air_core_required_diameter

electricpy.passive.air_core_required_diameter(coil_l: float, L: float, n: int)[source]

Compute Diameter of Air Core Inductor.

\[1000 n^2 d^2 - 457418 L d - 1016127 L l = 0\]

The diameter is obtained by solving the quadratic equation above.

Parameters:
coil_l : float

Coil length, measured in meters

L : float

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

n : int

Number of inductor turns

Return type:

float Coil diameter, measured in meters