modelSource
Partial model of a generic source.
Information
This model represents a generic source.
In case the phase system has PhaseSystem.m > 0 and
thus the connectors are over determined,
the source can be selected to serve as reference point.
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
| Type | Name | Default | Description |
|---|---|---|---|
| Reference Parameters | |||
| Boolean | potentialReference | true | Serve as potential root for the reference angle theta |
| Boolean | definiteReference | false | Serve as definite root for the reference angle theta |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Interfaces.Terminal | terminal | Generalized terminal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Power[PhaseSystem.n] | S | PhaseSystem.phasePowers_vi(terminal.v, terminal.i) | Complex power S[1] = P, S[2]= Q |
| Modelica.Units.SI.Angle | phi | PhaseSystem.phase(terminal.v) - PhaseSystem.phase(-terminal.i) | Phase shift with respect to reference angle |
Contents
| Name | Description |
|---|---|
| jprotected |
Revisions
-
February 26, 2016, by Michael Wetter:
Updated documentation for issue 427. -
May 15, 2014, by Marco Bonvini:
Created documentation. -
October 31, 2013, by Marco Bonvini:
Model included into the Buildings library.