modelResistor
Ideal linear electrical resistors for phasor analysis
Extends from ComplexLib.MultiPhase.Interfaces.TwoPlug (Passive component having two ComplexPlugs p and n and NOT using current phasor balance).
Information
Contains m<\tt> resistors (Complex.SinglePhase.Basic.Resistor)
Resistor no. k connects the branch voltage phasor v[k]
with the corresponding branch current phasor i[k] by
R[k]*i[k] = v[k]
(k=1...m).
All resistor L[k] are constant values.
-
- Main Authors:
- Matthias Vetter, Simon Schwunk
Fraunhofer ISE, Freiburg
email: matthias.vetter@ise.fraunhofer.de
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m (from TwoPlug) | 3 | Number of phases |
| SI.Resistance[m] | R | fill(1, m) | Resistances |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PosComplexPlug | plug_p (from TwoPlug) | Positive complex plug (potential plug_p.v[j] > plug_n.v[j] for positive voltage drop v[j]) | |
| NegComplexPlug | plug_n (from TwoPlug) | Negative complex plug | |
| ComplexLib.Interfaces.ComplexOutput[m] | complexPwr (from TwoPlug) | Complex values of power of component |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage[m] | v (from TwoPlug) | Voltages between the two plugs | |
| SI.Voltage[m] | vRe (from TwoPlug) | Active parts of voltage phasors | |
| SI.Voltage[m] | vIm (from TwoPlug) | Reactive parts of voltage phasors | |
| SI.Current[m] | i (from TwoPlug) | Currents flowing into positive plug | |
| SI.Current[m] | iRe (from TwoPlug) | Active parts of current phasors | |
| SI.Current[m] | iIm (from TwoPlug) | Reactive parts of current phasors | |
| SI.Angle[m] | phi (from TwoPlug) | Angles between voltage and current phasors | |
| SI.Angle[m] | phi_v (from TwoPlug) | Angles of voltage phasors | |
| SI.Angle[m] | phi_i (from TwoPlug) | Angles of current phasors | |
| SI.Power[m] | activePwr (from TwoPlug) | Active power of phase | |
| SI.Power[m] | idlePwr (from TwoPlug) | Reactive power of phase | |
| ComplexLib.SinglePhase.Basic.Resistor[m] | resistor |