modelFixedVoltage
Fixed single phase AC voltage source
Extends from Buildings.Electrical.Interfaces.Source (Partial model of a generic source.).
Information
This is a constant voltage source. The complex voltage is specified by the RMS voltage and the phase shift.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Frequency | f | Frequency of the source | |
| Modelica.Units.SI.Voltage | V | RMS voltage of the source | |
| Modelica.Units.SI.Angle | phiSou | 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
-
November 8, 2016, by Michael Wetter:
Addedreplaceableto terminal redeclaration as they are redeclared by Buildings.Electrical.AC.ThreePhasesBalanced.Sources.FixedVoltage. -
September 4, 2014, by Michael Wetter:
Revised documentation. -
August 5, 2014, by Marco Bonvini:
First implementation.