public class AclfNetJMatrixHelper extends BaseAclfNetHelper
net| Constructor and Description |
|---|
AclfNetJMatrixHelper(BaseAclfNetwork<?,?> net)
Constructor that initializes the network instance.
|
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnMatrix2x2 |
formJMatrix(JacobianMatrixType type,
int n)
Forms the Jacobian matrix for the AC load flow network based on the specified Jacobian matrix type.
|
public AclfNetJMatrixHelper(BaseAclfNetwork<?,?> net)
bus - The network instance to be used by this helper.public ISparseEqnMatrix2x2 formJMatrix(JacobianMatrixType type, int n)
type - The Jacobian matrix type (e.g., FULL_XY_COORDINATE, FULL_POLAR_COORDINATE).n - The number of additional variables (e.g., for NR_PolarCoordinate).