Package CIM15 :: 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.A water driven prime mover. Typical turbine types are: Francis, Kaplan, and Pelton.

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

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

Inherited from Core.PowerSystemResource'.PowerSystemResource: addAssets, addChangeItems, addDocumentRoles, addErpOrganisationRoles, addMeasurements, addNetworkDataSets, addOperatingShare, addPSREvent, addPsrLists, addReportingGroup, addSafetyDocuments, addScheduleSteps, getAssets, getChangeItems, getDocumentRoles, getErpOrganisationRoles, getLocation, getMeasurements, getNetworkDataSets, getOperatingShare, getOutageSchedule, getPSREvent, getPSRType, getPsrLists, getReportingGroup, getSafetyDocuments, getScheduleSteps, removeAssets, removeChangeItems, removeDocumentRoles, removeErpOrganisationRoles, removeMeasurements, removeNetworkDataSets, removeOperatingShare, removePSREvent, removePsrLists, removeReportingGroup, removeSafetyDocuments, removeScheduleSteps, setAssets, setChangeItems, setDocumentRoles, setErpOrganisationRoles, setLocation, setMeasurements, setNetworkDataSets, setOperatingShare, setOutageSchedule, setPSREvent, setPSRType, setPsrLists, setReportingGroup, setSafetyDocuments, setScheduleSteps

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = ['maxHeadMaxP', 'minHeadMaxP', 'turbineRating', 'gate...
  _defaults = {'gateRateLimit': 0.0, 'gateUpperLimit': 0.0, 'max...
  _enums = {'turbineType': 'TurbineType'}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from PrimeMover'.PrimeMover: SynchronousMachines

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, ChangeItems, DocumentRoles, ErpOrganisationRoles, Location, Measurements, NetworkDataSets, OperatingShare, OutageSchedule, PSREvent, PSRType, PsrLists, ReportingGroup, SafetyDocuments, ScheduleSteps

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'HydroTurbine' instance.

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

_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,
...