modelLeadLag
Lead lag process: mu(1+T1*s)/(1+T2*s)
Extends from Interfaces.BaseBlock (Partial continuous time block interfaces).
Information
Description
Continuous time transfer function of a lead lag process.
Y(s) (1 + s*T1) ---- = mu ------------ U(s) (1 + s*T2)
The time constant T1 must be different from T2.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Block parameters | |||
| Real | T1 | 3 | zero's time constant |
| Real | T2 | 5 | pole's time constant |
| Real | mu | 1 | Gain |
| Initial conditions | |||
| Real | y_start | 0 | output initial value |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u (from BaseBlock) | input | |
| Modelica.Blocks.Interfaces.RealOutput | y (from BaseBlock) | output |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | dy |
Revisions
- Industrial Control Systems (v 1.0.0) : April-May 2012
- List of revisions:
- 11 May 2012 (author: Marco Bonvini)
- Main Authors:
- Marco Bonvini; <bonvini@elet.polimi.it>
- Alberto Leva <leva@elet.polimi.it>
- Politecnico di Milano
- Dipartimento di Elettronica e Informazione
- Via Ponzio 34/5
- 20133 Milano - ITALIA -
- Copyright:
- Copyright © 2010-2012, Marco Bonvini and Alberto Leva.
- The IndustrialControlSystems package is free software; it can be redistributed and/or modified under the terms of the Modelica license.