modelFixedVoltage
Fixed three-phase balanced AC voltage source
Extends from Buildings.Electrical.AC.OnePhase.Sources.FixedVoltage (Fixed single phase AC voltage source).
Information
This is a constant voltage source, specifying the complex voltage by the RMS voltage and the phase shift.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Frequency | f (from FixedVoltage) | Frequency of the source | |
| Modelica.Units.SI.Voltage | V (from FixedVoltage) | RMS voltage of the source | |
| Modelica.Units.SI.Angle | phiSou (from FixedVoltage) | 0 | Phase shift of the source |
| Reference Parameters | |||
| Boolean | potentialReference (from Source) | true | Serve as potential root for the reference angle theta |
| Boolean | definiteReference (from Source) | false | Serve as definite root for the reference angle theta |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Interfaces.Terminal | terminal (from Source) | Generalized terminal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Power[PhaseSystem.n] | S (from Source) | PhaseSystem.phasePowers_vi(terminal.v, terminal.i) | Complex power S[1] = P, S[2]= Q |
| Modelica.Units.SI.Angle | phi (from Source) | PhaseSystem.phase(terminal.v) - PhaseSystem.phase(-terminal.i) | Phase shift with respect to reference angle |
Revisions
-
August 24, 2014, by Marco Bonvini:
Revised documentation.