This library contains input/output blocks to build up block diagrams. The library is structured in the following sublibraries:
Interfaces Connectors and partial models for block diagram components Examples Demonstration examples Continuous Basic continuous input/output blocks Discrete Discrete control blocks (not yet available) Logical Logical and relational operations on Boolean signals (not yet available) Nonlinear Discontinuous or non-differentiable algebraic control blocks Math Mathematical functions as input/output blocks Sources Sources such as signal generators
Release Notes:
replaceable type SignalType = Realin order that the type of the signal of an input/output block can be changed to a physical type, for example:
Sine sin1(outPort(redeclare type SignalType=Modelica.SIunits.Torque))
Copyright © 1999-2002, Modelica Association and DLR.
The Modelica package is free software; it can be redistributed and/or modified under the terms of the Modelica license, see the license conditions and the accompanying disclaimer in the documentation of package Modelica in file "Modelica/package.mo".
Name | Description |
---|---|
Continuous | Continuous control blocks with internal states |
Examples | Demonstration examples of the components of this package |
Interfaces | Connectors and partial models for input/output blocks |
Math | Mathematical functions as input/output blocks |
Nonlinear | Discontinuous or non-differentiable algebraic control blocks |
Sources | Signal source blocks generating Real, Integer and Boolean signals |