modelFixedVoltage

Fixed voltage source

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Sources.BaseClasses.PartialSource (Partial model for a three-phase AC unbalanced voltage source without neutral cable).

Information

This is a constant voltage source, specifying the complex voltage by the RMS voltage and the phase shift.

The parameters potentialReference and definiteReference are used to define if the source model should be selected as source for the reference angles theta or not. More information about overdetermined connectors can be found in Olsson Et Al. (2008).

References

Hans Olsson, Martin Otter, Sven Erik Mattson and Hilding Elmqvist.
Balanced Models in Modelica 3.0 for Increased Model Quality.
Proc. of the 7th Modelica Conference, Bielefeld, Germany, March 2008.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.FrequencyfFrequency of the source
Modelica.Units.SI.VoltageVRMS voltage of the source
Modelica.Units.SI.AnglephiSou0Phase shift of the source
Modelica.Units.SI.Angleangle1202*Modelica.Constants.pi/3Phase shift between the phase voltages
Reference Parameters
BooleanpotentialReferencetrueServe as potential root for the reference angle theta
BooleandefiniteReferencefalseServe as definite root for the reference angle theta

Connectors

TypeNameDefaultDescription
Interfaces.Terminal_pterminal (from PartialSource)Connector for three-phase unbalanced systems

Components

TypeNameDefaultDescription
Interfaces.Connection3to3Ground_pconnection3to4 (from PartialSource)Connection between three to four AC connectors with ground connection
OnePhase.Basics.Groundground (from PartialSource)Ground reference
OnePhase.Sources.FixedVoltage[3]vPhaseVoltage sources on the three-phase

Revisions

  • February 26, 2016, by Michael Wetter:
    Updated documentation for issue 427.
  • February 26, 2016, by Michael Wetter:
    Added adapter model for issue 426.
  • August 27, 2014, by Marco Bonvini:
    Revised documentation.