.Buildings.Examples.ChillerPlant.BaseClasses.Controls.LinearPiecewiseTwo

Information

This component calcuates the output according to two piecewise linear function as

x0 ≤ u ≤ x1: y1 = y10 + u (y11-y10)/(x1-x0)
y2 = y20
x1 < u ≤ x2: y1 = y11
y2 = y20 + (u-x1) (y21-y20)/(x2-x1)

Revisions


Generated at 2024-09-15T18:25:40Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos