public class ModifyUtilFunc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModifyUtilFunc.ComplexValueType |
static class |
ModifyUtilFunc.DoubleValueType |
| Constructor and Description |
|---|
ModifyUtilFunc() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.complex.Complex |
applyComplexValueChange(org.apache.commons.math3.complex.Complex original,
ComplexValueChange change,
ModifyUtilFunc.ComplexValueType vtype,
double baseKva,
double busBaseVolt) |
static double |
applyDoubleValueChange(double original,
DoubleValueChange change,
ModifyUtilFunc.DoubleValueType ptype,
double busBaseVolt) |
public static org.apache.commons.math3.complex.Complex applyComplexValueChange(org.apache.commons.math3.complex.Complex original,
ComplexValueChange change,
ModifyUtilFunc.ComplexValueType vtype,
double baseKva,
double busBaseVolt)
original - the original base value in PUchange - change to be made to the original valuevtype - baseKva - busBaseVolt - public static double applyDoubleValueChange(double original,
DoubleValueChange change,
ModifyUtilFunc.DoubleValueType ptype,
double busBaseVolt)
original - the original base value in PUchange - change to be made to the original valueptype - busBaseVolt -