Interface ExponentialLoadModel

All Superinterfaces:
LoadModel
All Known Implementing Classes:
ExponentialLoadModelImpl

public interface ExponentialLoadModel extends LoadModel
Exponential load model. p = p0 * (v / v0)^np q = q0 * (v / v0)^nq with v0 the nominal voltage. np and nq are expected to be positive.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>