modelConstantVoltage
Model of a constant DC voltage source
Extends from Buildings.Electrical.Interfaces.Source (Partial model of a generic source.).
Information
This model represents a simple DC voltage source with constant voltage.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V | Value of constant voltage | |
| 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 | |
| Modelica.Electrical.Analog.Interfaces.NegativePin | n | Negative pin |
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
-
June 3, 2014, by Michael Wetter:
Setfinal potentialReference=trueandfinal definiteReference=falseas this model is for a DC voltage. -
June 6, 2014, by Marco Bonvini:
Revised documentation.