Class PowerFlow

java.lang.Object
com.powsybl.cgmes.model.PowerFlow

public class PowerFlow extends Object
Author:
Luma ZamarreƱo <zamarrenolm at aia.es>
  • Field Details

    • UNDEFINED

      public static final PowerFlow UNDEFINED
  • Constructor Details

    • PowerFlow

      public PowerFlow(double p, double q)
    • PowerFlow

      public PowerFlow(PropertyBag b, String pname, String qname)
  • Method Details

    • defined

      public boolean defined()
    • p

      public double p()
    • q

      public double q()
    • sum

      public PowerFlow sum(PowerFlow f)