modelCase900ValidationNonLinearInputs
Extends from Case900ValidationNonLinear (Model to validate the linearization method by simulating both the original model and the obtained state space model.).
Information
Notice that this model has the commando Linearise, simulate and plot. The model being linearised is IDEAS.LIDEAS.Examples.ZoneLinearise. The linearisation creates 3 text files and 1 mat file in the simulation folder: uNames_ZoneLinearise.txt (inputs name), xNames_ZoneLinearise.txt (state names), yNames_ZoneLinearise.txt (output names) and ssm_ZoneLinearise.mat (state space model). The name of the states were manually copied into the model to retrieve the initial state values (x_start). Also the input names were manually copied to feed their value to the SSM model included in this example. However, the input names winBusIn, weaBus, QCon and QRad were renamed to winBusOut, weaBusOut, gainCon and gainRad to coincide with the variables created in the model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName (from Case900ValidationNonLinear) | Modelica.Utilities.Files.loadResource("modelica://IDEAS/Resources/LIDEAS/ssm_Case900Linearise.mat") | |
| Integer | nSta (from Case900ValidationNonLinear) | Bsize[1] | Number of states |
| Integer | nInp (from Case900ValidationNonLinear) | Bsize[2] | Number of inputs |
| Integer | nPreInp (from Case900ValidationNonLinear) | size(preInp, 1) | Number of precomputed inputs |
| Integer | nOut (from Case900ValidationNonLinear) | Csize[1] | Number of precomputed outputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| IDEAS.Buildings.Components.Interfaces.WindowBus | winBusIn (from LinearisationInterface) | ||
| IDEAS.Buildings.Components.Interfaces.WeaBus | weaBus (from LinearisationInterface) | ||
| IDEAS.Buildings.Components.Interfaces.WindowBus | winBusOut (from LinearisationInterface) | Dummy for getting outputs | |
| IDEAS.Buildings.Components.Interfaces.WeaBus | weaBusOut (from LinearisationInterface) | ||
| Modelica.Blocks.Interfaces.RealOutput | TSenLinRecZon (from Case900Linearise) | Sensor temperature of the zone, i.e. operative temeprature |
Components
Revisions
-
December 11, 2019, by Filip Jorissen:
Revised input list for issue #1089. - May 15, 2018 by Damien Picard:
First implementation