roseau.load_flow.constants¶
Physical and mathematical constants used in the load flow calculations.
Attributes¶
The square root of 3. |
|
Phasor rotation operator \(\alpha\), which rotates a phasor vector counterclockwise |
|
Phasor rotation operator \(\alpha^2\), which rotates a phasor vector clockwise by |
|
The famous mathematical constant \(\pi = 3.141592\ldots\). |
|
Phase shift for each clock number in the transformer vector group notation. |
|
Magnetic permeability of the vacuum \(\mu_0 = 4 \pi \times 10^{-7}\) (H/m). |
|
Vacuum permittivity \(\varepsilon_0 = 8.8541878128 \times 10^{-12}\) (F/m). |
|
Network frequency \(f = 50\) (Hz). |
|
Angular frequency \(\omega = 2 \pi f\) (rad/s). |
|
Resistivity of common conductor materials (Ohm.m). |
|
Relative magnetic permeability of common conductor materials. |
|
Skin depth of common conductor materials \(\sqrt{\dfrac{\rho}{\pi f \mu_r \mu_0}}\) (mm). |
|
Loss angles of common insulator materials according to the IEC 60287 standard. |
|
Relative permittivity of common insulator materials according to the IEC 60287 standard. |
Module Contents¶
- SQRT3: Final¶
The square root of 3.
- ALPHA: Final¶
Phasor rotation operator \(\alpha\), which rotates a phasor vector counterclockwise by 120 degrees when multiplied by it.
- Type:
- ALPHA2: Final¶
Phasor rotation operator \(\alpha^2\), which rotates a phasor vector clockwise by 120 degrees when multiplied by it.
- Type:
- PI: Final = 3.141592653589793¶
The famous mathematical constant \(\pi = 3.141592\ldots\).
- CLOCK_PHASE_SHIFT: Final¶
Phase shift for each clock number in the transformer vector group notation.
- MU_0: Final¶
Magnetic permeability of the vacuum \(\mu_0 = 4 \pi \times 10^{-7}\) (H/m).
- EPSILON_0: Final¶
Vacuum permittivity \(\varepsilon_0 = 8.8541878128 \times 10^{-12}\) (F/m).
- F: Final¶
Network frequency \(f = 50\) (Hz).
- OMEGA: Final¶
Angular frequency \(\omega = 2 \pi f\) (rad/s).
- RHO: Final[dict[roseau.load_flow.types.Material, Q_[float]]]¶
Resistivity of common conductor materials (Ohm.m).
- MU_R: Final[dict[roseau.load_flow.types.Material, Q_[float]]]¶
Relative magnetic permeability of common conductor materials.
- DELTA_P: Final[dict[roseau.load_flow.types.Material, Q_[float]]]¶
Skin depth of common conductor materials \(\sqrt{\dfrac{\rho}{\pi f \mu_r \mu_0}}\) (mm).