WOLFRAM SYSTEM MODELER
MixingUnitWithContinuousControlSimple example of a mixing unit where a (continuous) nonlinear inverse plant model is used as feedforward controller |
SystemModel["Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl"]
freq |
Value: 1 / 300 Type: Frequency (Hz) Description: Critical frequency of filter |
---|---|
c0 |
Value: 0.848 Type: Real (mol/l) Description: Nominal concentration |
T0 |
Value: 308.5 Type: Temperature (K) Description: Nominal temperature |
a1_inv |
Value: 0.2674 Type: Real Description: Process parameter of inverse plant model (see references in help) |
a21_inv |
Value: 1.815 Type: Real Description: Process parameter of inverse plant model (see references in help) |
a22_inv |
Value: 0.4682 Type: Real Description: Process parameter of inverse plant model (see references in help) |
b_inv |
Value: 1.5476 Type: Real Description: Process parameter of inverse plant model (see references in help) |
k0_inv |
Value: 1.05e14 Type: Real Description: Process parameter of inverse plant model (see references in help) |
eps |
Value: 34.2894 Type: Real Description: Process parameter (see references in help) |
x10 |
Value: 0.42 Type: Real Description: Relative offset between nominal concentration and initial concentration |
x20 |
Value: 0.01 Type: Real Description: Relative offset between nominal temperature and initial temperature |
u0 |
Value: -0.0224 Type: Real Description: Relative offset between initial cooling temperature and nominal temperature |
c_start |
Value: c0 * (1 - x10) Type: Real (mol/l) Description: Initial concentration |
T_start |
Value: T0 * (1 + x20) Type: Temperature (K) Description: Initial temperature |
c_high_start |
Value: c0 * (1 - 0.72) Type: Real (mol/l) Description: Reference concentration |
T_c_start |
Value: T0 * (1 + u0) Type: Real Description: Initial cooling temperature |
pro |
Value: 1.1 Type: Real Description: Deviations of plant to inverse plant parameters |
a1 |
Value: a1_inv * pro Type: Real Description: Process parameter of plant model (see references in help) |
a21 |
Value: a21_inv * pro Type: Real Description: Process parameter of plant model (see references in help) |
a22 |
Value: a22_inv * pro Type: Real Description: Process parameter of plant model (see references in help) |
b |
Value: b_inv * pro Type: Real Description: Process parameter of plant model (see references in help) |
k0 |
Value: k0_inv * pro Type: Real Description: Process parameter of plant model (see references in help) |
invMixingUnit |
Type: MixingUnit Description: Mixing unit demo from Foellinger, Nichtlineare Regelungen II, p. 280 |
|
---|---|---|
add |
Type: Add Description: Output the sum of the two inputs |
|
inverseBlockConstraints |
Type: InverseBlockConstraints Description: Construct inverse model by requiring that two inputs and two outputs are identical |
|
filter |
Type: CriticalDamping Description: Output the input signal filtered with an n-th order filter with critical damping |
|
mixingUnit |
Type: MixingUnit Description: Mixing unit demo from Foellinger, Nichtlineare Regelungen II, p. 280 |
|
feedback |
Type: Feedback Description: Output difference between commanded and feedback input |
|
step |
Type: Step Description: Generate step signal of type Real |
|
gain |
Type: Gain Description: Output the product of a gain value with the input signal |