AC singlephase sources
This package hosts sources for quasi stationary single phase circuits. Quasi stationary theory for single phase circuits can be found in the references.
Extends from Modelica.Icons.SourcesPackage (Icon for packages containing sources).
Name | Description |
---|---|
VoltageSource | Constant AC voltage |
VariableVoltageSource | Variable AC voltage |
CurrentSource | Constant AC current |
VariableCurrentSource | Variable AC current |
Constant AC voltage
This is a constant voltage source, specifying the complex voltage by the RMS voltage and the phase shift.
VariableVoltageSource, CurrentSource, VariableCurrentSource
Extends from Interfaces.Source (Partial voltage / current source).
Name | Description |
---|---|
f | frequency of the source [Hz] |
V | RMS voltage of the source [V] |
phi | phase shift of the source [rad] |
Initialization | |
gamma | [rad] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
Variable AC voltage
This is a voltage source with a complex signal input, specifying the complex voltage by the complex RMS voltage components. Additionally, the frequency of the voltage source is defined by a real signal input.
VoltageSource, CurrentSource, VariableCurrentSource
Extends from Interfaces.Source (Partial voltage / current source).
Name | Description |
---|---|
Initialization | |
gamma | [rad] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
f | |
V |
Constant AC current
This is a constant current source, specifying the complex current by the RMS current and the phase shift.
VoltageSource, VariableVoltageSource, VariableCurrentSource
Extends from Interfaces.Source (Partial voltage / current source).
Name | Description |
---|---|
f | frequency of the source [Hz] |
I | RMS current of the source [A] |
phi | phase shift of the source [rad] |
Initialization | |
gamma | [rad] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
Variable AC current
This is a current source with a complex signal input, specifying the complex current by the complex RMS current components. Additionally, the frequency of the voltage source is defined by a real signal input.
VoltageSource, VariableVoltageSource, CurrentSource,
Extends from Interfaces.Source (Partial voltage / current source).
Name | Description |
---|---|
Initialization | |
gamma | [rad] |
Name | Description |
---|---|
pin_p | Positive pin |
pin_n | Negative pin |
f | |
I |