__init__(self,
operatingMode=' condenser ' ,
type=' generator_or_condenser ' ,
coolantType=' air ' ,
xQuadTrans=0.0,
condenserP=0.0,
referencePriority=0,
damping=0.0,
x0=0.0,
r2=0.0,
minQ=0.0,
xDirectSync=0.0,
maxQ=0.0,
r0=0.0,
aVRToManualLead=0.0,
x=0.0,
inertia=0.0,
coolantCondition=0.0,
manualToAVR=0.0,
r=0.0,
maxU=0.0,
xQuadSync=0.0,
qPercent=0.0,
xQuadSubtrans=0.0,
minU=0.0,
aVRToManualLag=0.0,
baseQ=0.0,
xDirectTrans=0.0,
x2=0.0,
xDirectSubtrans=0.0,
genLoad0=None,
HydroPump=None,
GeneratingUnit=None,
govHydro10=None,
PrimeMovers=None,
InitialReactiveCapabilityCurve=None,
genEquiv0=None,
ReactiveCapabilityCurves=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'SynchronousMachine' instance.
- Parameters:
operatingMode - Current mode of operation. Values are: "condenser",
"generator"
type - Modes that this synchronous machine can operate in. Values are:
"generator_or_condenser", "generator",
"condenser"
coolantType - Method of cooling the machine. Values are: "air",
"hydrogenGas", "water"
xQuadTrans - Quadrature-axis transient reactance, also known as X'q.
condenserP - Active power consumed when in condenser mode operation.
referencePriority - Priority of unit for reference bus selection. 0 = don t care
(default) 1 = highest priority. 2 is less than 1 and so on.
damping - Damping torque coefficient, a proportionality constant that, when
multiplied by the angular velocity of the rotor poles with
respect to the magnetic field (frequency), results in the damping
torque.
x0 - Zero sequence reactance of the synchronous machine.
r2 - Negative sequence resistance.
minQ - Minimum reactive power limit for the unit.
xDirectSync - Direct-axis synchronous reactance. The quotient of a sustained
value of that AC component of armature voltage that is produced
by the total direct-axis flux due to direct-axis armature current
and the value of the AC component of this current, the machine
running at rated speed. (Xd)
maxQ - Maximum reactive power limit. This is the maximum (nameplate)
limit for the unit.
r0 - Zero sequence resistance of the synchronous machine.
aVRToManualLead - Time delay required when switching from Automatic Voltage
Regulation (AVR) to Manual for a leading MVAr violation.
x - Positive sequence reactance of the synchronous machine.
inertia - The energy stored in the rotor when operating at rated speed.
This value is used in the accelerating power reference frame for
operator training simulator solutions.
coolantCondition - Temperature or pressure of coolant medium
manualToAVR - Time delay required when switching from Manual to Automatic
Voltage Regulation. This value is used in the accelerating power
reference frame for powerflow solutions
r - Positive sequence resistance of the synchronous machine.
maxU - Maximum voltage limit for the unit.
xQuadSync - Quadrature-axis synchronous reactance (Xq) , the ratio of the
component of reactive armature voltage, due to the
quadrature-axis component of armature current, to this component
of current, under steady state conditions and at rated frequency.
qPercent - Percent of the coordinated reactive control that comes from this
machine.
xQuadSubtrans - Quadrature-axis subtransient reactance, also known as X'q.
minU - Minimum voltage limit for the unit.
aVRToManualLag - Time delay required when switching from Automatic Voltage
Regulation (AVR) to Manual for a lagging MVAr violation.
baseQ - Default base reactive power value. This value represents the
initial reactive power that can be used by any application
function.
xDirectTrans - Direct-axis transient reactance, also known as X'd.
x2 - Negative sequence reactance.
xDirectSubtrans - Direct-axis subtransient reactance, also known as X'd.
genLoad0
HydroPump - The synchronous machine drives the turbine which moves the water
from a low elevation to a higher elevation. The direction of
machine rotation for pumping may or may not be the same as for
generating.
GeneratingUnit - A synchronous machine may operate as a generator and as such
becomes a member of a generating unit
govHydro10
PrimeMovers - Prime movers that drive this SynchronousMachine.
InitialReactiveCapabilityCurve - The default ReactiveCapabilityCurve for use by a
SynchronousMachine
genEquiv0
ReactiveCapabilityCurves - All available Reactive capability curves for this
SynchronousMachine.
- Overrides:
object.__init__
|