WOLFRAM SYSTEM MODELER

DoubleRamp

Ramp going up and down

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Block generating the sum of two ramps.

Parameters (7)

offset

Value: 1

Type: Real

Description: Offset of ramps

startTime

Value: 0.2

Type: Time (s)

Description: StartTime of 1st ramp

interval

Value: 0.2

Type: Time (s)

Description: Interval between end of 1st and beginning of 2nd ramp

height_1

Value: -1

Type: Real

Description: Height of ramp

duration_1

Value: 0.2

Type: Time (s)

Description: Duration of ramp

height_2

Value: 1

Type: Real

Description: Height of ramp

duration_2

Value: 0.2

Type: Time (s)

Description: Duration of ramp

Connectors (1)

y

Type: RealOutput

Description: Connector of Real output signal

Components (3)

add

Type: Add

Description: Output the sum of the two inputs

ramp1

Type: Ramp

Description: Generate ramp signal

ramp2

Type: Ramp

Description: Generate ramp signal

Used in Examples (4)

PumpDropOut

Modelica.Thermal.FluidHeatFlow.Examples

Cooling circuit with drop out of pump

ParallelPumpDropOut

Modelica.Thermal.FluidHeatFlow.Examples

Cooling circuit with parallel branches and drop out of pump

OneMass

Modelica.Thermal.FluidHeatFlow.Examples

Cooling of one hot mass

TwoMass

Modelica.Thermal.FluidHeatFlow.Examples

Cooling of two hot masses