Package CIM14 :: Package IEC61970 :: Package Generation :: Package GenerationDynamics :: Module HydroTurbine' :: Class HydroTurbine
[hide private]
[frames] | no frames]

Class HydroTurbine

                           object --+                
                                    |                
                     Element'.Element --+            
                                        |            
  Core.IdentifiedObject'.IdentifiedObject --+        
                                            |        
Core.PowerSystemResource'.PowerSystemResource --+    
                                                |    
                           PrimeMover'.PrimeMover --+
                                                    |
                                                   HydroTurbine

A water driven prime mover. Typical turbine types are: Francis, Kaplan, and Pelton.

Instance Methods [hide private]
 
__init__(self, turbineType='francis', turbineRating=0.0, maxHeadMaxP=0.0, transientDroopTime=0.0, speedRegulation=0.0, waterStartingTime=0.0, speedRating=0.0, transientRegulation=0.0, gateUpperLimit=0.0, minHeadMaxP=0.0, gateRateLimit=0.0, HydroTurbineGovernor=None, *args, **kw_args)
Initialises a new 'HydroTurbine' instance.
 
getHydroTurbineGovernor(self)
 
setHydroTurbineGovernor(self, value)

Inherited from PrimeMover'.PrimeMover: addSynchronousMachines, getSynchronousMachines, removeSynchronousMachines, setSynchronousMachines

Inherited from Core.PowerSystemResource'.PowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'gateRateLimit': <type 'float'>, 'gateUpperLimi...
  _attrs = ['turbineType', 'turbineRating', 'maxHeadMaxP', 'tran...
  _defaults = {'gateRateLimit': 0.0, 'gateUpperLimit': 0.0, 'max...
  _enums = {'turbineType': 'TurbineType'}
  _many_refs = []
  _refs = ['HydroTurbineGovernor']
Properties [hide private]
  HydroTurbineGovernor

Inherited from PrimeMover'.PrimeMover: SynchronousMachines

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, turbineType='francis', turbineRating=0.0, maxHeadMaxP=0.0, transientDroopTime=0.0, speedRegulation=0.0, waterStartingTime=0.0, speedRating=0.0, transientRegulation=0.0, gateUpperLimit=0.0, minHeadMaxP=0.0, gateRateLimit=0.0, HydroTurbineGovernor=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'HydroTurbine' instance.

Parameters:
  • turbineType - Type of turbine. Values are: "francis", "pelton", "kaplan"
  • turbineRating - Rated turbine active power
  • maxHeadMaxP - Maximum efficiency active power at maximum head conditions
  • transientDroopTime - Transient Droop Time Constant
  • speedRegulation - Speed Regulation
  • waterStartingTime - Water Starting Time
  • speedRating - Rated speed in number of revolutions.
  • transientRegulation - Transient Regulation
  • gateUpperLimit - Gate Upper Limit
  • minHeadMaxP - Maximum efficiency active power at minimum head conditions
  • gateRateLimit - Gate Rate Limit
  • HydroTurbineGovernor
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'gateRateLimit': <type 'float'>,
 'gateUpperLimit': <type 'float'>,
 'maxHeadMaxP': <type 'float'>,
 'minHeadMaxP': <type 'float'>,
 'speedRating': <type 'float'>,
 'speedRegulation': <type 'float'>,
 'transientDroopTime': <type 'float'>,
 'transientRegulation': <type 'float'>,
...

_attrs

Value:
['turbineType',
 'turbineRating',
 'maxHeadMaxP',
 'transientDroopTime',
 'speedRegulation',
 'waterStartingTime',
 'speedRating',
 'transientRegulation',
...

_defaults

Value:
{'gateRateLimit': 0.0,
 'gateUpperLimit': 0.0,
 'maxHeadMaxP': 0.0,
 'minHeadMaxP': 0.0,
 'speedRating': 0.0,
 'speedRegulation': 0.0,
 'transientDroopTime': 0.0,
 'transientRegulation': 0.0,
...

Property Details [hide private]

HydroTurbineGovernor

Get Method:
getHydroTurbineGovernor(self)
Set Method:
setHydroTurbineGovernor(self, value)