Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit

Utilities for the mixing unit control example

Information

Extends from Modelica.Icons.Package (Icon for standard packages).

Package Content

Name Description
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnit MixingUnit Mixing unit demo from Foellinger, Nichtlineare Regelungen II, p. 280
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl MixingUnitWithContinuousControl Simple example of a mixing unit where a (continuous) nonlinear inverse plant model is used as feedforward controller
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.FilterOrder FilterOrder Block to determine the minimum filter order
Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.CriticalDamping CriticalDamping Output the input signal filtered with an n-th order filter with critical damping

Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnit Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnit

Mixing unit demo from Foellinger, Nichtlineare Regelungen II, p. 280

Information

See description in ControlledMixingUnit.

Parameters

NameDescription
c0Nominal concentration [mol/l]
T0Nominal temperature [K]
a1Process parameter (see references in help)
a21Process parameter (see references in help)
a22Process parameter (see references in help)
bProcess parameter (see references in help)
k0Process parameter (see references in help)
epsProcess parameter (see references in help)

Connectors

NameDescription
T_cCooling temperature [K]
cConcentration [mol/l]
TTemperature in mixing unit [K]

Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl

Simple example of a mixing unit where a (continuous) nonlinear inverse plant model is used as feedforward controller

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Parameters

NameDescription
freqCritical frequency of filter [Hz]
c0Nominal concentration [mol/l]
T0Nominal temperature [K]
a1_invProcess parameter of inverse plant model (see references in help)
a21_invProcess parameter of inverse plant model (see references in help)
a22_invProcess parameter of inverse plant model (see references in help)
b_invProcess parameter of inverse plant model (see references in help)
k0_invProcess parameter of inverse plant model (see references in help)
epsProcess parameter (see references in help)
x10Relative offset between nominal concentration and initial concentration
x20Relative offset between nominal temperature and initial temperature
u0Relative offset between initial cooling temperature and nominal temperature
proDeviations of plant to inverse plant parameters

Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.FilterOrder Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.FilterOrder

Block to determine the minimum filter order

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Connectors

NameDescription
c_ref 

Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.CriticalDamping Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.CriticalDamping

Output the input signal filtered with an n-th order filter with critical damping

Information

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).

Parameters

NameDescription
nOrder of filter
fCut-off frequency [Hz]
normalized= true, if amplitude at f_cut is 3 dB, otherwise unmodified filter

Connectors

NameDescription
uConnector of Real input signal
yConnector of Real output signal
Automatically generated Thu Oct 1 16:07:36 2020.