To calculate the short-circuit capacity (also known as short-circuit power or fault level) of a system, you determine the maximum current that would flow in the event of a short-circuit fault at any point in the system. This helps ensure that electrical equipment is rated to handle the fault currents without being damaged. The short-circuit capacity is usually expressed in **MVA** or **kVA** and is critical for system design, protection, and safety.
Here’s a step-by-step explanation of how to calculate the short-circuit capacity of a system:
### 1. **Understand the Basic Formula**
The short-circuit capacity, \( S_{sc} \), is given by the formula:
\[
S_{sc} = \frac{V^2}{Z_{sc}}
\]
Where:
- \( S_{sc} \) = Short-circuit capacity in kVA (or MVA)
- \( V \) = System voltage (in volts or kV)
- \( Z_{sc} \) = Short-circuit impedance in ohms (Ω)
Alternatively, you can calculate the short-circuit current \( I_{sc} \) and then find the short-circuit power using the relation:
\[
S_{sc} = \sqrt{3} \times V \times I_{sc}
\]
Where:
- \( I_{sc} \) is the short-circuit current in amperes
- \( V \) is the line-to-line voltage in kV (for three-phase systems)
- \( \sqrt{3} \) accounts for the three-phase system
The short-circuit current \( I_{sc} \) can be obtained from:
\[
I_{sc} = \frac{V}{Z_{sc}}
\]
### 2. **Determine System Voltage**
To perform any calculation, you need to know the system voltage at the point where the short circuit might occur. This can be the **nominal voltage** of the system (e.g., 400V, 11kV, 33kV, etc.).
### 3. **Determine Short-Circuit Impedance \( Z_{sc} \)**
The next step is to determine the total impedance in the system from the power source to the point of the fault. This impedance includes the contributions from:
- **Transformer impedance**: If the fault occurs downstream of a transformer, the transformer impedance (typically given as a percentage) must be considered.
- **Transmission line or cable impedance**: The impedance of the conductors feeding the fault point.
- **Source impedance**: The internal impedance of the generator or the upstream grid.
The short-circuit impedance \( Z_{sc} \) is calculated by combining these impedances. For a simplified approach, they are added as complex numbers:
\[
Z_{sc} = Z_{source} + Z_{transformer} + Z_{line}
\]
#### Example of Calculating Transformer Impedance
If you are given a transformer impedance as a percentage, you can calculate its contribution to the short-circuit impedance:
\[
Z_{transformer} = \frac{V_{rated}^2}{S_{rated}} \times \frac{\% Z}{100}
\]
Where:
- \( V_{rated} \) is the transformer’s rated voltage
- \( S_{rated} \) is the transformer’s rated power (in VA or MVA)
- \( \% Z \) is the per-unit impedance of the transformer (often provided by the manufacturer)
### 4. **Calculate the Short-Circuit Current**
Once you have the total short-circuit impedance \( Z_{sc} \), you can calculate the short-circuit current \( I_{sc} \) using the formula:
\[
I_{sc} = \frac{V}{Z_{sc}}
\]
Make sure that \( V \) and \( Z_{sc} \) are in compatible units (e.g., volts and ohms).
### 5. **Calculate the Short-Circuit Capacity**
Finally, using the short-circuit current, you can calculate the short-circuit capacity:
For a three-phase system:
\[
S_{sc} = \sqrt{3} \times V \times I_{sc}
\]
Where:
- \( S_{sc} \) is the short-circuit capacity in volt-amperes (VA), typically expressed in kVA or MVA.
- \( V \) is the system voltage (in volts or kV).
- \( I_{sc} \) is the short-circuit current in amperes (A).
For a single-phase system:
\[
S_{sc} = V \times I_{sc}
\]
### 6. **Consider Fault Locations**
The short-circuit capacity will vary depending on the location of the fault in the system. Common fault locations include:
- At the terminals of generators or transformers
- Along distribution lines
- At the switchgear or busbars
Each of these locations will have a different short-circuit impedance, and hence different short-circuit capacity.
### Example Calculation:
#### Scenario:
- A 11 kV system is supplied through a 10 MVA transformer with 8% impedance.
- The fault occurs downstream of the transformer.
#### Step 1: Calculate Transformer Impedance:
\[
Z_{transformer} = \frac{11^2}{10} \times \frac{8}{100} = 0.968 \, \Omega
\]
#### Step 2: Calculate Short-Circuit Current:
\[
I_{sc} = \frac{11 \, \text{kV}}{0.968 \, \Omega} = 11,364 \, \text{A}
\]
#### Step 3: Calculate Short-Circuit Capacity:
\[
S_{sc} = \sqrt{3} \times 11 \times 11,364 = 216.6 \, \text{MVA}
\]
So, the short-circuit capacity at this point is 216.6 MVA.
### 7. **Safety Margins and Equipment Ratings**
Finally, when designing a system, you must ensure that the switchgear, transformers, cables, and other equipment are rated to handle the maximum calculated short-circuit capacity. Typically, a margin of safety is also included.
### Conclusion
In summary, calculating the short-circuit capacity involves determining the system voltage, calculating the total impedance up to the fault location, finding the short-circuit current, and then using it to find the short-circuit power. The result helps in selecting appropriate protective devices and equipment for safe and reliable operation of the electrical system.