Fault Loop Calculator !exclusive! -

In low-voltage electrical distribution systems, the protection against indirect contact (electric shock) relies heavily on the automatic disconnection of the supply. This disconnection occurs when a fault (such as a short circuit to earth) creates a current high enough to trip a protective device.

# Resistivity at 20°C (ohm-mm²/m) RESISTIVITY = { 'copper': 0.0175, 'aluminum': 0.0282 }

# Source impedance magnitude z_source = self.supply_voltage / fault_current_available fault loop calculator

To determine if a protective device will trip fast enough, engineers must calculate the . A Fault Loop Calculator is a tool—either software, a mobile application, or an embedded function in testing equipment—that computes this value to predict fault current magnitude and disconnection times. This report outlines the technical principles governing these calculators and their application in system design.

Using the fault loop calculator, we can calculate the fault loop impedance: A Fault Loop Calculator is a tool—either software,

The Fault Loop Calculator serves three critical functions in electrical engineering:

: Handles installations with different cable sizes in series a mobile application

# Temperature correction factors TEMP_FACTOR_OPERATING = 1.25 # for cables at operating temperature TEMP_FACTOR_FAULT = 1.50 # for fault condition

The fault loop impedance can be calculated using the following formula:

# Cold condition (no temp correction) r_cold, x_cold = calc.cable_impedance(cable, use_temp_correction=False) # Hot condition (fault temperature) r_hot, x_hot = calc.cable_impedance(cable, use_temp_correction=True)

These are embedded in electrical installation testers (multifunction testers).