modelExpSineVoltage

Exponentially damped sine voltage source

Extends from Interfaces.VoltageSource (Interface for voltage sources).

Information

This voltage source uses the corresponding signal source of the Modelica.Blocks.Sources package. Care for the meaning of the parameters in the Blocks package. Furthermore, an offset parameter is introduced, which is added to the value calculated by the blocks source. The startTime parameter allows to shift the blocks source behavior on the time axis.

ExpSineVoltage.png

Parameters

TypeNameDefaultDescription
SI.VoltageVAmplitude of sine wave
SI.FrequencyfFrequency of sine wave
SI.Anglephase0Phase of sine wave
SI.DampingdampingDamping coefficient of sine wave
SI.Voltageoffset (from VoltageSource)0Voltage offset
SI.TimestartTime (from VoltageSource)0Time offset

Connectors

TypeNameDefaultDescription
PositivePinp (from TwoPin)Positive electrical pin
NegativePinn (from TwoPin)Negative electrical pin

Components

TypeNameDefaultDescription
SI.Voltagev (from TwoPin)Voltage drop of the two pins (= p.v - n.v)
SI.Currenti (from OnePort)Current flowing from pin p to pin n
Modelica.Blocks.Interfaces.SignalSourcesignalSource (from VoltageSource)

Revisions

  • 1998 by Christoph Clauss
    initially implemented