Skip to main content

LoadStatic

Class Description

General static load. This model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage.

Attributes

NameTypeDescription
ep1FloatFirst term voltage exponent for active power (<i>Ep1</i>). Used only when .staticLoadModelType = exponential.
ep2FloatSecond term voltage exponent for active power (<i>Ep2</i>). Used only when .staticLoadModelType = exponential.
ep3FloatThird term voltage exponent for active power (<i>Ep3</i>). Used only when .staticLoadModelType = exponential.
eq1FloatFirst term voltage exponent for reactive power (<i>Eq1</i>). Used only when .staticLoadModelType = exponential.
eq2FloatSecond term voltage exponent for reactive power (<i>Eq2</i>). Used only when .staticLoadModelType = exponential.
eq3FloatThird term voltage exponent for reactive power (<i>Eq3</i>). Used only when .staticLoadModelType = exponential.
kp1FloatFirst term voltage coefficient for active power (<i>K</i><i><sub>p1</sub></i>). Not used when .staticLoadModelType = constantZ.
kp2FloatSecond term voltage coefficient for active power (<i>K</i><i><sub>p2</sub></i>). Not used when .staticLoadModelType = constantZ.
kp3FloatThird term voltage coefficient for active power (<i>K</i><i><sub>p3</sub></i>). Not used when .staticLoadModelType = constantZ.
kp4FloatFrequency coefficient for active power (<i>K</i><i><sub>p4</sub></i>) (not = 0 if .staticLoadModelType = zIP2). Used only when .staticLoadModelType = zIP2.
kpfFloatFrequency deviation coefficient for active power (<i>K</i><i><sub>pf</sub></i>). Not used when .staticLoadModelType = constantZ.
kq1FloatFirst term voltage coefficient for reactive power (<i>K</i><i><sub>q1</sub></i>). Not used when .staticLoadModelType = constantZ.
kq2FloatSecond term voltage coefficient for reactive power (<i>K</i><i><sub>q2</sub></i>). Not used when .staticLoadModelType = constantZ.
kq3FloatThird term voltage coefficient for reactive power (<i>K</i><i><sub>q3</sub></i>). Not used when .staticLoadModelType = constantZ.
kq4FloatFrequency coefficient for reactive power (<i>K</i><i><sub>q4</sub></i>) (not = 0 when .staticLoadModelType = zIP2). Used only when .staticLoadModelType - zIP2.
kqfFloatFrequency deviation coefficient for reactive power (<i>K</i><i><sub>qf</sub></i>). Not used when .staticLoadModelType = constantZ.
staticLoadModelTypeStaticLoadModelKindType of static load model. Typical value = constantZ.

Relationships

Ancestors

Descendents

No descendent classes

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
LoadStatic0..1LoadAggregate1LoadStaticAggregate static load associated with this aggregate load.LoadAggregateAggregate load to which this aggregate static load belongs.