.BondLib.Sources.sawSe

Information

The saw tooth effort source is an active OnePort element. It inherits the effort and flow variables from the active OnePort. The saw tooth effort to be generated is modeled as a set of four parameters.

The effort source has its causality stroke away from the source.


Potential variables:

 e:          Bondgraphic effort variable

 f:          Bondgraphic flow variable, normalized positive for flows out of the model


Parameters:

 e0:         Amplitude of saw tooth to be generated (default value = 1)

 period:     Length of period of saw tooth to be generated (default value = 1)

 offset:     Offset of saw tooth to be generated (default value = 0)

 startTime:  Start time of saw tooth to be generated (default value = 0)


Equations:

when sample(startTime, period) then
T0 = time
end when
e = offset + (if time < startTime then 0 else (e0/period)*(time - T0))


Generated at 2024-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos