Packages

final case class GovCT1(TurbineGovernorDynamics: TurbineGovernorDynamics = null, aset: Double = 0.0, db: Double = 0.0, dm: Double = 0.0, ka: Double = 0.0, kdgov: Double = 0.0, kigov: Double = 0.0, kiload: Double = 0.0, kimw: Double = 0.0, kpgov: Double = 0.0, kpload: Double = 0.0, kturb: Double = 0.0, ldref: Double = 0.0, maxerr: Double = 0.0, minerr: Double = 0.0, mwbase: Double = 0.0, r: Double = 0.0, rclose: Double = 0.0, rdown: Double = 0.0, ropen: Double = 0.0, rselect: String = null, rup: Double = 0.0, ta: Double = 0.0, tact: Double = 0.0, tb: Double = 0.0, tc: Double = 0.0, tdgov: Double = 0.0, teng: Double = 0.0, tfload: Double = 0.0, tpelec: Double = 0.0, tsa: Double = 0.0, tsb: Double = 0.0, vmax: Double = 0.0, vmin: Double = 0.0, wfnl: Double = 0.0, wfspd: Boolean = false) extends Element with Product with Serializable

General model for any prime mover with a PID governor, used primarily for combustion turbine and combined cycle units.

This model can be used to represent a variety of prime movers controlled by PID governors. It is suitable, for example, for the representation of:

  • gas turbine and single shaft combined cycle turbines
  • diesel engines with modern electronic or digital governors
  • steam turbines where steam is supplied from a large boiler drum or a large header whose pressure is substantially constant over the period under study
  • simple hydro turbines in dam configurations where the water column length is short and water inertia effects are minimal.

Additional information on this model is available in the 2012 IEEE report, Dynamic Models for Turbine-Governors in Power System Studies, 3.1.2.3 pages 3-4 (GGOV1).

TurbineGovernorDynamics

TurbineGovernorDynamics Reference to the superclass object.

aset

Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 0,01.

db

Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0.

dm

Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0.

ka

Acceleration limiter gain (Ka). Typical value = 10.

kdgov

Governor derivative gain (Kdgov). Typical value = 0.

kigov

Governor integral gain (Kigov). Typical value = 2.

kiload

Load limiter integral gain for PI controller (Kiload). Typical value = 0,67.

kimw

Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 s. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0,01.

kpgov

Governor proportional gain (Kpgov). Typical value = 10.

kpload

Load limiter proportional gain for PI controller (Kpload). Typical value = 2.

kturb

Turbine gain (Kturb) (> 0). Typical value = 1,5.

ldref

Load limiter reference value (Ldref). Typical value = 1.

maxerr

Maximum value for speed error signal (maxerr) (> GovCT1.minerr). Typical value = 0,05.

minerr

Minimum value for speed error signal (minerr) (< GovCT1.maxerr). Typical value = -0,05.

mwbase

Base for power values (MWbase) (> 0). Unit = MW.

r

Permanent droop (R). Typical value = 0,04.

rclose

Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -0,1.

rdown

Maximum rate of load limit decrease (Rdown). Typical value = -99.

ropen

Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 0.10.

rselect

Feedback signal for droop (Rselect). Typical value = electricalPower.

rup

Maximum rate of load limit increase (Rup). Typical value = 99.

ta

Acceleration limiter time constant (Ta) (> 0). Typical value = 0,1.

tact

Actuator time constant (Tact) (>= 0). Typical value = 0,5.

tb

Turbine lag time constant (Tb) (> 0). Typical value = 0,5.

tc

Turbine lead time constant (Tc) (>= 0). Typical value = 0.

tdgov

Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1.

teng

Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0.

tfload

Load-limiter time constant (Tfload) (> 0). Typical value = 3.

tpelec

Electrical power transducer time constant (Tpelec) (> 0). Typical value = 1.

tsa

Temperature detection lead time constant (Tsa) (>= 0). Typical value = 4.

tsb

Temperature detection lag time constant (Tsb) (>= 0). Typical value = 5.

vmax

Maximum valve position limit (Vmax) (> GovCT1.vmin). Typical value = 1.

vmin

Minimum valve position limit (Vmin) (< GovCT1.vmax). Typical value = 0,15.

wfnl

No load fuel flow (Wfnl). Typical value = 0,2.

wfspd

Switch for fuel source characteristic to recognize that fuel flow, for a given fuel valve stroke, can be proportional to engine speed (Wfspd). true = fuel flow proportional to speed (for some gas turbines and diesel engines with positive displacement fuel injectors) false = fuel control system keeps fuel flow independent of engine speed. Typical value = true.

Linear Supertypes
Element, Product, Equals, Cloneable, Cloneable, Row, Serializable, Serializable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. GovCT1
  2. Element
  3. Product
  4. Equals
  5. Cloneable
  6. Cloneable
  7. Row
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GovCT1(TurbineGovernorDynamics: TurbineGovernorDynamics = null, aset: Double = 0.0, db: Double = 0.0, dm: Double = 0.0, ka: Double = 0.0, kdgov: Double = 0.0, kigov: Double = 0.0, kiload: Double = 0.0, kimw: Double = 0.0, kpgov: Double = 0.0, kpload: Double = 0.0, kturb: Double = 0.0, ldref: Double = 0.0, maxerr: Double = 0.0, minerr: Double = 0.0, mwbase: Double = 0.0, r: Double = 0.0, rclose: Double = 0.0, rdown: Double = 0.0, ropen: Double = 0.0, rselect: String = null, rup: Double = 0.0, ta: Double = 0.0, tact: Double = 0.0, tb: Double = 0.0, tc: Double = 0.0, tdgov: Double = 0.0, teng: Double = 0.0, tfload: Double = 0.0, tpelec: Double = 0.0, tsa: Double = 0.0, tsb: Double = 0.0, vmax: Double = 0.0, vmin: Double = 0.0, wfnl: Double = 0.0, wfspd: Boolean = false)

    TurbineGovernorDynamics

    TurbineGovernorDynamics Reference to the superclass object.

    aset

    Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 0,01.

    db

    Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0.

    dm

    Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0.

    ka

    Acceleration limiter gain (Ka). Typical value = 10.

    kdgov

    Governor derivative gain (Kdgov). Typical value = 0.

    kigov

    Governor integral gain (Kigov). Typical value = 2.

    kiload

    Load limiter integral gain for PI controller (Kiload). Typical value = 0,67.

    kimw

    Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 s. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0,01.

    kpgov

    Governor proportional gain (Kpgov). Typical value = 10.

    kpload

    Load limiter proportional gain for PI controller (Kpload). Typical value = 2.

    kturb

    Turbine gain (Kturb) (> 0). Typical value = 1,5.

    ldref

    Load limiter reference value (Ldref). Typical value = 1.

    maxerr

    Maximum value for speed error signal (maxerr) (> GovCT1.minerr). Typical value = 0,05.

    minerr

    Minimum value for speed error signal (minerr) (< GovCT1.maxerr). Typical value = -0,05.

    mwbase

    Base for power values (MWbase) (> 0). Unit = MW.

    r

    Permanent droop (R). Typical value = 0,04.

    rclose

    Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -0,1.

    rdown

    Maximum rate of load limit decrease (Rdown). Typical value = -99.

    ropen

    Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 0.10.

    rselect

    Feedback signal for droop (Rselect). Typical value = electricalPower.

    rup

    Maximum rate of load limit increase (Rup). Typical value = 99.

    ta

    Acceleration limiter time constant (Ta) (> 0). Typical value = 0,1.

    tact

    Actuator time constant (Tact) (>= 0). Typical value = 0,5.

    tb

    Turbine lag time constant (Tb) (> 0). Typical value = 0,5.

    tc

    Turbine lead time constant (Tc) (>= 0). Typical value = 0.

    tdgov

    Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1.

    teng

    Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0.

    tfload

    Load-limiter time constant (Tfload) (> 0). Typical value = 3.

    tpelec

    Electrical power transducer time constant (Tpelec) (> 0). Typical value = 1.

    tsa

    Temperature detection lead time constant (Tsa) (>= 0). Typical value = 4.

    tsb

    Temperature detection lag time constant (Tsb) (>= 0). Typical value = 5.

    vmax

    Maximum valve position limit (Vmax) (> GovCT1.vmin). Typical value = 1.

    vmin

    Minimum valve position limit (Vmin) (< GovCT1.vmax). Typical value = 0,15.

    wfnl

    No load fuel flow (Wfnl). Typical value = 0,2.

    wfspd

    Switch for fuel source characteristic to recognize that fuel flow, for a given fuel valve stroke, can be proportional to engine speed (Wfspd). true = fuel flow proportional to speed (for some gas turbines and diesel engines with positive displacement fuel injectors) false = fuel control system keeps fuel flow independent of engine speed. Typical value = true.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val TurbineGovernorDynamics: TurbineGovernorDynamics
  5. def about: Boolean

    Flag for rdf:about elements.

    Flag for rdf:about elements.

    returns

    true if this is an rdf:about element, false otherwise.

    Definition Classes
    Element
  6. def anyNull: Boolean
    Definition Classes
    Row
  7. def apply(i: Int): Any
    Definition Classes
    Row
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val aset: Double
  10. def baseclass: String

    This class name.

    This class name.

    returns

    the class name without the package prefixes

    Definition Classes
    Element
  11. val bitfields: Array[Int]

    Valid fields bitmap.

    Valid fields bitmap.

    One (1) in a bit position means that field was found in parsing, zero means it has an indeterminate value. Field order is specified by the fields array.

    For classes constructed manually, we initially fill this in with the worst case scenario. ToDo: this won't work for classes with more than 128 fields (so far none).

    Definition Classes
    Element
  12. def classes: Seq[String]

    This class and the hierarchical list of classes this class derives from.

    This class and the hierarchical list of classes this class derives from.

    returns

    the list of classes without the package prefixes.

    Definition Classes
    Element
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def copy(): Row

    Return a copy of this object as a Row.

    Return a copy of this object as a Row.

    Creates a clone of this object for use in Row manipulations.

    returns

    The copy of the object.

    Definition Classes
    GovCT1 → Row
  15. val db: Double
  16. val dm: Double
  17. def emit_attribute(field: String, value: Any)(implicit clz: String, s: StringBuilder): Unit

    Emit one XML attribute.

    Emit one XML attribute.

    field

    The name of the field.

    value

    The value of the field.

    clz

    The class name (e.g. ACLineSegment) of this element

    s

    The builder to write into.

    Definition Classes
    Element
    Example:
    1. <cim:Location.CoordinateSystem rdf:resource="#wgs84"/>

  18. def emit_element(field: String, value: Any)(implicit clz: String, s: StringBuilder): Unit

    Emit one XML element.

    Emit one XML element.

    field

    The name of the field.

    value

    The value of the field.

    clz

    The class name (e.g. ACLineSegment) of this element

    s

    The builder to write into.

    Definition Classes
    Element
    Example:
    1. <cim:IdentifiedObject.name>WGS 84</cim:IdentifiedObject.name>

  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean
    Definition Classes
    Row → AnyRef → Any
  21. def export: String

    Return a string containing this object as XML.

    Return a string containing this object as XML.

    returns

    The XML corresponding to this object.

    Definition Classes
    GovCT1Element
  22. def export_fields: String

    Return a string containing the fields of this object suitable for inclusion in an XML object.

    Return a string containing the fields of this object suitable for inclusion in an XML object.

    returns

    A string with the fields coded in XML

    Definition Classes
    GovCT1Element
  23. def fieldIndex(name: String): Int
    Definition Classes
    Row
  24. def get(i: Int): AnyRef

    Get the value of the field at index i.

    Get the value of the field at index i.

    i

    The index of the field desired.

    returns

    The value stored in the field, or null if none.

    Definition Classes
    Element → Row
  25. def getAs[T](fieldName: String): T
    Definition Classes
    Row
  26. def getAs[T](i: Int): T
    Definition Classes
    Row
  27. def getBoolean(i: Int): Boolean
    Definition Classes
    Row
  28. def getByte(i: Int): Byte
    Definition Classes
    Row
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def getDate(i: Int): Date
    Definition Classes
    Row
  31. def getDecimal(i: Int): BigDecimal
    Definition Classes
    Row
  32. def getDouble(i: Int): Double
    Definition Classes
    Row
  33. def getFloat(i: Int): Float
    Definition Classes
    Row
  34. def getInstant(i: Int): Instant
    Definition Classes
    Row
  35. def getInt(i: Int): Int
    Definition Classes
    Row
  36. def getJavaMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  37. def getList[T](i: Int): List[T]
    Definition Classes
    Row
  38. def getLocalDate(i: Int): LocalDate
    Definition Classes
    Row
  39. def getLong(i: Int): Long
    Definition Classes
    Row
  40. def getMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  41. def getSeq[T](i: Int): Seq[T]
    Definition Classes
    Row
  42. def getShort(i: Int): Short
    Definition Classes
    Row
  43. def getString(i: Int): String
    Definition Classes
    Row
  44. def getStruct(i: Int): Row
    Definition Classes
    Row
  45. def getTimestamp(i: Int): Timestamp
    Definition Classes
    Row
  46. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]
    Definition Classes
    Row
  47. def hashCode(): Int
    Definition Classes
    Row → AnyRef → Any
  48. def id: String

    Return the unique ID for the object, the mRID for IdentifiedObject derived classes.

    Return the unique ID for the object, the mRID for IdentifiedObject derived classes.

    returns

    The object ID.

    Definition Classes
    Element
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. def isNullAt(i: Int): Boolean
    Definition Classes
    Row
  51. def json: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  52. val ka: Double
  53. val kdgov: Double
  54. val kigov: Double
  55. val kiload: Double
  56. val kimw: Double
  57. val kpgov: Double
  58. val kpload: Double
  59. val kturb: Double
  60. val ldref: Double
  61. def length: Int

    The number of fields in the object definition.

    The number of fields in the object definition.

    returns

    The number of defined fields for use in Row manipulations.

    Definition Classes
    Element → Row
  62. def mask(position: Int): Boolean

    Is a field present predicate.

    Is a field present predicate.

    Determines if the field at the given position was encountered while parsing.

    position

    the field position in the fields array

    returns

    true if the field was parsed, false otherwise.

    Definition Classes
    Element
  63. val maxerr: Double
  64. val minerr: Double
  65. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    Row
  66. def mkString(sep: String): String
    Definition Classes
    Row
  67. def mkString: String
    Definition Classes
    Row
  68. val mwbase: Double
  69. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  72. def prettyJson: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  73. val r: Double
  74. val rclose: Double
  75. val rdown: Double
  76. val ropen: Double
  77. val rselect: String
  78. val rup: Double
  79. def schema: StructType
    Definition Classes
    Row
  80. def size: Int
    Definition Classes
    Row
  81. def sup: TurbineGovernorDynamics

    Return the superclass object.

    Return the superclass object.

    returns

    The typed superclass nested object.

    Definition Classes
    GovCT1Element
  82. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  83. val ta: Double
  84. val tact: Double
  85. val tb: Double
  86. val tc: Double
  87. val tdgov: Double
  88. val teng: Double
  89. val tfload: Double
  90. def toSeq: Seq[Any]
    Definition Classes
    Row
  91. def toString(): String
    Definition Classes
    Row → AnyRef → Any
  92. val tpelec: Double
  93. val tsa: Double
  94. val tsb: Double
  95. val vmax: Double
  96. val vmin: Double
  97. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  99. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. val wfnl: Double
  101. val wfspd: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Element

Inherited from Product

Inherited from Equals

Inherited from Cloneable

Inherited from Cloneable

Inherited from Row

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Hierarchy

Row

Serialization

Ungrouped