Package com.powsybl.ucte.network
Class UcteValidation
- java.lang.Object
-
- com.powsybl.ucte.network.UcteValidation
-
public final class UcteValidation extends Object
- Author:
- Anne Tilloy <anne.tilloy at rte-france.com>
-
-
Field Summary
Fields Modifier and Type Field Description static double
DU_LIMIT
static double
N_LIMIT
static double
REACTANCE_EPS
static double
THETA_ABS_LIMIT
static double
ZERO_EPS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkAngleRegulation(UcteAngleRegulation ucteAngleRegulation, UcteElementId transfoId, Reporter reporter)
static void
checkPhaseRegulation(UctePhaseRegulation uctePhaseRegulation, UcteElementId transfoId, Reporter reporter)
static void
checkValidLineCharacteristics(UcteLine line, Reporter reporter)
static void
checkValidTransformerCharacteristics(UcteTransformer ucteTransformer, Reporter reporter)
-
-
-
Field Detail
-
ZERO_EPS
public static final double ZERO_EPS
- See Also:
- Constant Field Values
-
REACTANCE_EPS
public static final double REACTANCE_EPS
- See Also:
- Constant Field Values
-
DU_LIMIT
public static final double DU_LIMIT
- See Also:
- Constant Field Values
-
THETA_ABS_LIMIT
public static final double THETA_ABS_LIMIT
- See Also:
- Constant Field Values
-
N_LIMIT
public static final double N_LIMIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
checkValidLineCharacteristics
public static void checkValidLineCharacteristics(UcteLine line, Reporter reporter)
-
checkValidTransformerCharacteristics
public static void checkValidTransformerCharacteristics(UcteTransformer ucteTransformer, Reporter reporter)
-
checkPhaseRegulation
public static void checkPhaseRegulation(UctePhaseRegulation uctePhaseRegulation, UcteElementId transfoId, Reporter reporter)
-
checkAngleRegulation
public static void checkAngleRegulation(UcteAngleRegulation ucteAngleRegulation, UcteElementId transfoId, Reporter reporter)
-
-