public class AclfNetYMatrixHelper extends BaseAclfNetHelper
net
Constructor and Description |
---|
AclfNetYMatrixHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the network instance.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplex |
formYMatrix()
Forms the Y matrix for the AC load flow network.
|
ISparseEqnComplex |
formYMatrix(int areaFlag)
Forms the Y matrix for a specific area in the AC load flow network.
|
public AclfNetYMatrixHelper(BaseAclfNetwork<?,?> net)
bus
- The network instance to be used by this helper.public ISparseEqnComplex formYMatrix()
public ISparseEqnComplex formYMatrix(int areaFlag)
areaFlag
- The area flag to filter buses and branches.