Class OmegaRef

  • All Implemented Interfaces:
    com.powsybl.dynamicsimulation.DynamicModel

    public class OmegaRef
    extends AbstractBlackBoxModel
    OmegaRef is a special dynamic model: its role is to synchronize the generators' frequency, there will be multiple Java instances of the OmegaRef dynamic model, one for each generator's dynamic model connected to it. The corresponding black box model XML entry is serialized only once. For each generator synchronised through the OmegaRef model, there will be one XML entry for the connection with the generator's dynamic model, and one XML entry for the connection with the NETWORK dynamic model. There are thus two macroConnectors defined for OmegaRef: one to connect it to a generator's dynamic model and one to connect it to the NETWORK model
    Author:
    Marcos de Miguel