public class AclfBusMismatchHelper extends BaseAclfBusHelper
bus| Constructor and Description |
|---|
AclfBusMismatchHelper(BaseAclfBus<?,?> bus)
Constructor that initializes the bus instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
mismatch(AclfMethodType lfMethod)
Calculate the power mismatch at the bus based on the specified load flow method.
|
public AclfBusMismatchHelper(BaseAclfBus<?,?> bus)
bus - The bus instance to be used by this helper.public org.apache.commons.math3.complex.Complex mismatch(AclfMethodType lfMethod)
lfMethod - The load flow method type (e.g., NR, GS, PQ, NN_MODEL, QA).