cimpy.cgmes_v2_4_15.GovGASTWD module

class cimpy.cgmes_v2_4_15.GovGASTWD.GovGASTWD(mwbase=0.0, kdroop=0.0, kp=0.0, ki=0.0, kd=0.0, etd=0, tcd=0, trate=0.0, t=0, tmax=0.0, tmin=0.0, ecr=0, k3=0.0, a=0.0, b=0.0, c=0.0, tf=0, kf=0.0, k5=0.0, k4=0.0, t3=0, t4=0, tt=0, t5=0, af1=0.0, bf1=0.0, af2=0.0, bf2=0.0, cf2=0.0, tr=0.0, k6=0.0, tc=0.0, td=0, *args, **kw_args)[source]

Woodward Gas turbine governor model.

mwbase

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

kdroop

(Kdroop). Default: 0.0

kp

PID Proportional gain (Kp). Default: 0.0

ki

Isochronous Governor Gain (Ki). Default: 0.0

kd

Drop Governor Gain (Kd). Default: 0.0

etd

Turbine and exhaust delay (Etd). Default: 0

tcd

Compressor discharge time constant (Tcd). Default: 0

trate

Turbine rating (Trate). Unit = MW. Default: 0.0

t

Fuel Control Time Constant (T). Default: 0

tmax

Maximum Turbine limit (Tmax). Default: 0.0

tmin

Minimum Turbine limit (Tmin). Default: 0.0

ecr

Combustion reaction time delay (Ecr). Default: 0

k3

Ratio of Fuel Adjustment (K3). Default: 0.0

a

Valve positioner (). Default: 0.0

b

Valve positioner (). Default: 0.0

c

Valve positioner (). Default: 0.0

tf

Fuel system time constant (Tf). Default: 0

kf

Fuel system feedback (Kf). Default: 0.0

k5

Gain of radiation shield (K5). Default: 0.0

k4

Gain of radiation shield (K4). Default: 0.0

t3

Radiation shield time constant (T3). Default: 0

t4

Thermocouple time constant (T4). Default: 0

tt

Temperature controller integration rate (Tt). Default: 0

t5

Temperature control time constant (T5). Default: 0

af1

Exhaust temperature Parameter (Af1). Default: 0.0

bf1

(Bf1). Bf1 = E(1-w) where E (speed sensitivity coefficient) is 0.55 to 0.65 x Tr. Default: 0.0

af2

Coefficient equal to 0.5(1-speed) (Af2). Default: 0.0

bf2

Turbine Torque Coefficient K (depends on heating value of fuel stream in combustion chamber) (Bf2). Default: 0.0

cf2

Coefficient defining fuel flow where power output is 0% (Cf2). Synchronous but no output. Typically 0.23 x K(23% fuel flow). Default: 0.0

tr

Rated temperature (Tr). Default: 0.0

k6

Minimum fuel flow (K6). Default: 0.0

tc

Temperature control (Tc). Default: 0.0

td

Power transducer time constant (Td). Default: 0

Documentation of parent class TurbineGovernorDynamics:

Turbine-governor function block whose behavior is described by reference to a standard model

SynchronousMachineDynamics

Turbine-governor model associated with this synchronous machine model. Default: “list”

AsynchronousMachineDynamics

Asynchronous machine model with which this turbine-governor model is associated. Default: None

TurbineLoadControllerDynamics

Turbine load controller providing input to this turbine-governor. Default: None

Documentation of parent class DynamicsFunctionBlock:

Abstract parent class for all Dynamics function blocks.

enabled

Function block used indicator. true = use of function block is enabled false = use of function block is disabled. Default: False

Documentation of parent class IdentifiedObject:

This is a root class to provide common identification for all classes needing identification and naming attributes.

DiagramObjects

The domain object to which this diagram object is associated. Default: “list”

mRID

Master resource identifier issued by a model authority. The mRID is globally unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. Default: ‘’

name

The name is any free human readable and possibly non unique text naming the object. Default: ‘’

description

The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy. Default: ‘’

energyIdentCodeEic

The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: Default: ‘’

shortName

The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. Default: ‘’

cgmesProfile

alias of Profile

Inheritance Diagram:

Inheritance diagram of cimpy.cgmes_v2_4_15.GovGASTWD