Package CIM14 :: Package Dynamics :: Package TurbineGovernors :: Module GovSteam0' :: Class GovSteam0
[hide private]
[frames] | no frames]

Class GovSteam0

                                    object --+                
                                             |                
                              Element'.Element --+            
                                                 |            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                     |        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+    
                                                         |    
                          TurbineGovernor'.TurbineGovernor --+
                                                             |
                                                            GovSteam0

A simplified steam turbine-governor model.

Instance Methods [hide private]
 
__init__(self, t2=0.0, t1=0.0, vmin=0.0, dt=0.0, vmax=0.0, mwbase=0.0, r=0.0, t3=0.0, *args, **kw_args)
Initialises a new 'GovSteam0' instance.

Inherited from IEC61970.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 IEC61970.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 = {'dt': <type 'float'>, 'mwbase': <type 'float'>,...
  _attrs = ['t2', 't1', 'vmin', 'dt', 'vmax', 'mwbase', 'r', 't3']
  _defaults = {'dt': 0.0, 'mwbase': 0.0, 'r': 0.0, 't1': 0.0, 't...

Inherited from Element'.Element (private): _enums

Properties [hide private]

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

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, t2=0.0, t1=0.0, vmin=0.0, dt=0.0, vmax=0.0, mwbase=0.0, r=0.0, t3=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'GovSteam0' instance.

Parameters:
  • t2 - Numerator time constant of T2/T3 block
  • t1 - Steam bowl time constant
  • vmin - Minimum valve position, p.u. of mwcap
  • dt - Turbine damping coefficient
  • vmax - Maximum valve position, p.u. of mwcap
  • mwbase - Base for power values (&gt; 0.)
  • r - Permanent droop
  • t3 - Reheater time constant
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'dt': <type 'float'>,
 'mwbase': <type 'float'>,
 'r': <type 'float'>,
 't1': <type 'float'>,
 't2': <type 'float'>,
 't3': <type 'float'>,
 'vmax': <type 'float'>,
 'vmin': <type 'float'>}

_defaults

Value:
{'dt': 0.0,
 'mwbase': 0.0,
 'r': 0.0,
 't1': 0.0,
 't2': 0.0,
 't3': 0.0,
 'vmax': 0.0,
 'vmin': 0.0}