modelExportedModel

Model to be exported as an FMU

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

This is an example of a model that would be compiled in BOPTEST if the original model were using the signal exchange blocks. Note that inputs are added to activate and set values of control signals that can be overwritten and outputs are added to read signals from the read blocks.

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputoveWriSet_uSignal for overwrite block for set point
Modelica.Blocks.Interfaces.BooleanInputoveWriSet_activateActivation for overwrite block for set point
Modelica.Blocks.Interfaces.RealInputoveWriAct_uSignal for overwrite block for actuator signal
Modelica.Blocks.Interfaces.BooleanInputoveWriAct_activateActivation for overwrite block for actuator signal
Modelica.Blocks.Interfaces.RealOutputreamod.rea.yMeasured state variable

Components

TypeNameDefaultDescription
BaseClasses.OriginalModelmodOriginal model

Revisions

  • December 17, 2018, by David Blum:
    First implementation.