The delta functions use the line voltages and line currents in a delta grid to calculate the different power values.
Arguments
|
'u12', 'u13', 'u23' |
Connection voltage (same as the phase voltages) |
|
'i1', 'i2', 'i3' |
Connection currents |
|
'Frequency' |
Fundamental frequency |
Note |
|
|---|---|
|
These functions are typically applied to a delta grid, but they can be applied to any grid in which the line voltages and currents are measurable. |
|
DeltaCollectiveUeff
DeltaCollectiveUeff('u12','u13','u23','Frequency'=50)
Calculates the collective effective voltage in a delta grid:
Uxy,eff : the effective value of the line voltage Uxy
DeltaCollectiveIeff
DeltaCollectiveIeff('i1','i2','i3','Frequency'=50)
Calculates the collective effective current in a delta grid:
Ix,eff : the effective value of the line current ix
DeltaActiveP
DeltaActiveP('u13','u23','i1','i2','Frequency'=50)
Calculates the active power in a delta grid:
N : the number of samples in a period
uxy : the voltage between the connection x and y (u13 = -u31)
ix : the current in line x
DeltaApparentP
DeltaApparentP('u12','u13','u23','i1','i2','i3','Frequency'=50)
Calculates the apparent power in a delta grid:
Ueff : the collective effective voltage
Ieff : the collective effective current
DeltaReactiveP
DeltaReactiveP('u12','u13','u23','i1','i2','i3','Frequency'=50)
Calculates the reactive power in a delta grid:
S : apparent power
P : active power
DeltaReactivePS
DeltaReactivePS('u13','u23','i1','i2','Frequency'=50)
Calculates the signed reactive power QS in the delta grid.
DeltaActivePFactor
DeltaActivePFactor('u12','u13','u23','i1','i2','i3','Frequency'=50)
Calculates the active power factor in a delta grid:
S : apparent power
P : active power
DeltaReactivePFactor
DeltaReactivePFactor('u12','u13','u23','i1','i2','i3','Frequency'=50)
Calculates the reactive power factor in a delta grid:
Q : reactive power
P : active power
DeltaReactivePFactorS
DeltaReactivePFactorS('u13','u23','i1','i2','Frequency'=50)
Calculates the signed reactive power factor in a delta grid:
QS : signed reactive power
P : active power








