| Package | Description |
|---|---|
| com.interpss.core.algo.impl | |
| com.interpss.core.dclf.impl |
| Class and Description |
|---|
| ScCalculatorBase
Default implementation of the SimpleFault, symmetric or aymmetric, calculation
Notes:
1) for 3-P fault, zeq = zlg
for L-G fault, zeq = zdd0 + zdd2, i1 = i2 = i0
zdd0 = zdd0(net) + 3*Zlg
zdd2 = zdd2(net)
for L-L fault, zeq = Zll/2 + zdd2, i2 = -i1, i0=0
zdd2 = zdd2(net) + Zll/2
for LL-G fault, zeq = zll/2 + zdd0 || zdd2;
zdd2 = zdd2(net) + Zll/2
zdd0 = zdd0(net) + Zll/2 + 3*Zlg
i2 and i0 calcualted based on v1 on the fault point
2) For unsymmetric fault faults,
3-Phase L-G Fault LL-G Fault L-L Fault
--+---------- --+-------- --+------------- --+---------------
--|---+------ --|--+----- --|-----+------- --|------+--------
--|---|---+-- --|--|--+-- --|-----|-----+- --|------|------+-
| | | | | | | | | | | |
| | | | Zll/2 Zll/2 Zll/2 Zll/2 |
Zlg Zlg Zlg Zlg | | | |
| | | | +--|--+ +------+
+---|---+ | Zlg
| = |
= =
|
| Class and Description |
|---|
| BMatrixSolver
An AclfNet B matrix solver implementation.
|