WOLFRAM SYSTEM MODELER
RealNetwork1Demonstrates the usage of blocks from Modelica.Blocks.Math |
SystemModel["Modelica.Blocks.Examples.RealNetwork1"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This example demonstrates a network of mathematical Real blocks. from package Modelica.Blocks.Math. Note, that
add |
Type: MultiSum Description: Sum of Reals: y = k[1]*u[1] + k[2]*u[2] + ... + k[n]*u[n] |
|
---|---|---|
sine |
Type: Sine Description: Generate sine signal |
|
integerStep |
Type: Step Description: Generate step signal of type Real |
|
integerConstant |
Type: Constant Description: Generate constant signal of type Real |
|
showValue |
Type: RealValue Description: Show Real value from numberPort or from number input field in diagram layer dynamically |
|
product |
Type: MultiProduct Description: Product of Reals: y = u[1]*u[2]* ... *u[n] |
|
showValue1 |
Type: RealValue Description: Show Real value from numberPort or from number input field in diagram layer dynamically |
|
booleanPulse1 |
Type: BooleanPulse Description: Generate pulse signal of type Boolean |
|
multiSwitch |
Type: MultiSwitch Description: Set Real expression that is associated with the first active input signal |
|
booleanPulse2 |
Type: BooleanPulse Description: Generate pulse signal of type Boolean |
|
showValue3 |
Type: RealValue Description: Show Real value from numberPort or from number input field in diagram layer dynamically |
|
linearDependency1 |
Type: LinearDependency Description: Output a linear combination of the two inputs |
|
minMax |
Type: MinMax Description: Output the minimum and the maximum element of the input vector |