Utilities for the mixing unit control example
Extends from Modelica.Icons.Package (Icon for standard packages).
| Name | Description |
|---|---|
| Mixing unit demo from Foellinger, Nichtlineare Regelungen II, p. 280 | |
| Simple example of a mixing unit where a (continuous) nonlinear inverse plant model is used as feedforward controller | |
| Block to determine the minimum filter order | |
| Output the input signal filtered with an n-th order filter with critical damping |
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitMixing unit demo from Foellinger, Nichtlineare Regelungen II, p. 280
| Name | Description |
|---|---|
| c0 | Nominal concentration [mol/l] |
| T0 | Nominal temperature [K] |
| a1 | Process parameter (see references in help) |
| a21 | Process parameter (see references in help) |
| a22 | Process parameter (see references in help) |
| b | Process parameter (see references in help) |
| k0 | Process parameter (see references in help) |
| eps | Process parameter (see references in help) |
| Name | Description |
|---|---|
| T_c | Cooling temperature [K] |
| c | Concentration [mol/l] |
| T | Temperature in mixing unit [K] |
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControlSimple example of a mixing unit where a (continuous) nonlinear inverse plant model is used as feedforward controller
Extends from Modelica.Icons.Example (Icon for runnable examples).
| Name | Description |
|---|---|
| freq | Critical frequency of filter [Hz] |
| c0 | Nominal concentration [mol/l] |
| T0 | Nominal temperature [K] |
| a1_inv | Process parameter of inverse plant model (see references in help) |
| a21_inv | Process parameter of inverse plant model (see references in help) |
| a22_inv | Process parameter of inverse plant model (see references in help) |
| b_inv | Process parameter of inverse plant model (see references in help) |
| k0_inv | Process parameter of inverse plant model (see references in help) |
| eps | Process parameter (see references in help) |
| x10 | Relative offset between nominal concentration and initial concentration |
| x20 | Relative offset between nominal temperature and initial temperature |
| u0 | Relative offset between initial cooling temperature and nominal temperature |
| pro | Deviations of plant to inverse plant parameters |
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.FilterOrderBlock to determine the minimum filter order
Extends from Modelica.Icons.Example (Icon for runnable examples).
| Name | Description |
|---|---|
| c_ref |
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.CriticalDampingOutput the input signal filtered with an n-th order filter with critical damping
This block defines the transfer function between the input u and the output y as an n-th order filter with critical damping characteristics and cut-off frequency f. It is a slightly simplified version of the Modelica.Blocks.Continuous.CriticalDamping block. It doesn't provide the same initialization capabilities as the continuous block, since the initialization of clocked partitions is currently performed differently to the continuous time partitions.
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
| Name | Description |
|---|---|
| n | Order of filter |
| f | Cut-off frequency [Hz] |
| normalized | = true, if amplitude at f_cut is 3 dB, otherwise unmodified filter |
| Name | Description |
|---|---|
| u | Connector of Real input signal |
| y | Connector of Real output signal |