public class AclfBusYMatrixHelper extends BaseAclfBusHelper
bus
Constructor and Description |
---|
AclfBusYMatrixHelper(BaseAclfBus<?,?> bus)
Constructor that initializes the bus instance.
|
Modifier and Type | Method and Description |
---|---|
double |
b11ii()
Calculate the self B11 matrix element of the bus, which is the sum of the admittances.imaginary of
all branches connected to the bus.
|
double |
b1ii()
Calculate the self B1 matrix element of the bus, which is the sum of the admittances.imaginary of
all branches connected to the bus.
|
Matrix_xy |
getJii(JacobianMatrixType type)
Calculate the self J-matrix element of the bus.
|
org.apache.commons.math3.complex.Complex |
yii()
Calculate the self Y-matrix element of the bus, which is the sum of the yff or ytt of all branches
connected to the bus, including the bus shunt admittance.
|
public AclfBusYMatrixHelper(BaseAclfBus<?,?> bus)
bus
- The bus instance to be used by this helper.public double b11ii()
public double b1ii()
public Matrix_xy getJii(JacobianMatrixType type)
public org.apache.commons.math3.complex.Complex yii()