| Class | Description |
|---|---|
| BMatrixSolver |
An AclfNet B matrix solver implementation.
|
| CoreAlgorithmFactoryImpl |
An implementation of the model Factory.
|
| CoreAlgorithmPackageImpl |
An implementation of the model Package.
|
| CustomLFMethodImpl |
An implementation of the model object 'Custom LF Method'.
|
| DefaultNrSolver |
InterPSS desfault implementation of the NR solver interface
|
| LfAdjustAlgorithmImpl |
An implementation of the model object 'Lf Adjust Config'.
|
| LfCalculatorImpl |
An implementation of the model object 'Lf Calculator'.
|
| LoadflowAlgorithmImpl |
An implementation of the model object 'ILoadflow Algorithm'.
|
| NetAdjustAlgorithmImpl |
An implementation of the model object 'IAclf Adjust Algorithm'.
|
| ScBranchCalculator |
SC calculator implementation for branch fault or outage
|
| ScBusCalculator |
SC calculator implementation for bus fault
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
| = |
= =
|
| 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
| = |
= =
|
| SimpleFaultAlgorithmImpl |
An implementation of the model object 'ISimple Fault Algorithm'.
|