public class EDclfSolver extends java.lang.Object implements IEDclfSolver
Modifier and Type | Field and Description |
---|---|
protected EDclfAlgorithm |
edclfAlgo |
predicatePQBus
Constructor and Description |
---|
EDclfSolver(EDclfAlgorithm algo)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex[] |
calPQBusVoltMag()
calculate PQ bus voltage based on eqn(6) in the paper
|
protected EDclfAlgorithm edclfAlgo
public EDclfSolver(EDclfAlgorithm algo)
algo
- public org.apache.commons.math3.complex.Complex[] calPQBusVoltMag() throws IpssNumericException
IEDclfSolver
calPQBusVoltMag
in interface IEDclfSolver
IpssNumericException