This package contains partial adaptors to implement adaptors in various domains between a physical connector and a signal representation of the connector signals. This component is used to provide a pure signal interface around a physical model and export this model in form of an input/output block, especially as FMU (Functional Mock-up Unit).
Extends from Modelica.Icons.InterfacesPackage
(Icon for packages containing interfaces).
Name | Description |
---|---|
FlowToPotentialAdaptor | Signal adaptor for a connector with flow, 1st derivative of flow, and 2nd derivative of flow as inputs and potential, 1st derivative of potential, and 2nd derivative of potential as outputs (especially useful for FMUs) |
Functions … | Functions for adaptors |
PotentialToFlowAdaptor | Signal adaptor for a connector with potential, 1st derivative of potential, and 2nd derivative of potential as inputs and flow, 1st derivative of flow, and 2nd derivative of flow as outputs (especially useful for FMUs) |
ReceiveBoolean | Obsolete block to receive Boolean signal from bus |
ReceiveInteger | Obsolete block to receive Integer signal from bus |
ReceiveReal | Obsolete block to receive Real signal from bus |
SendBoolean | Obsolete block to send Boolean signal to bus |
SendInteger | Obsolete block to send Integer signal to bus |
SendReal | Obsolete block to send Real signal to bus |
Adaptor between a physical connector and a signal representation of the connector signals. This component is used to provide a pure signal interface around a physical model and export this model in form of an input/output block, especially as FMU (Functional Mock-up Unit).
This adaptor has flow, optional 1st derivative of flow, and optional 2nd derivative of flow as input and potential, optional 1st derivative of potential, and optional 2nd derivative of potential as output signals.
Note, the input signals must be consistent to each other (fder=der(f), fder2=der(fder)).
Type | Name | Default | Description |
---|---|---|---|
Boolean | use_pder | true | Use output for 1st derivative of potential |
Boolean | use_pder2 | true | Use output for 2nd derivative of potential (only if 1st derivate is used, too) |
Boolean | use_fder | true | Use input for 1st derivative of flow |
Boolean | use_fder2 | true | Use input for 2nd derivative of flow (only if 1st derivate is used, too) |
Type | Name | Description |
---|---|---|
output RealOutput | p | Output for potential |
output RealOutput | pder | Optional output for der(potential) |
output RealOutput | pder2 | Optional output for der2(potential) |
input RealInput | f | Input for flow |
input RealInput | fder | Optional input for der(flow) |
input RealInput | fder2 | Optional input for der2(flow) |
Adaptor between a physical connector and a signal representation of the connector signals. This component is used to provide a pure signal interface around a physical model and export this model in form of an input/output block, especially as FMU (Functional Mock-up Unit).
This adaptor has potential, optional 1st derivative of potential, and optional 2nd derivative of potential as input and flow, optional 1st derivative of flow, and optional 2nd derivative of flow as output signals.
Note, the input signals must be consistent to each other (pder=der(p), pder2=der(pder)).
Type | Name | Default | Description |
---|---|---|---|
Boolean | use_pder | true | Use input for 1st derivative of potential |
Boolean | use_pder2 | true | Use input for 2nd derivative of potential (only if 1st derivate is used, too) |
Boolean | use_fder | true | Use output for 1st derivative of flow |
Boolean | use_fder2 | true | Use output for 2nd derivative of flow (only if 1st derivate is used, too) |
Type | Name | Description |
---|---|---|
input RealInput | p | Input for potential |
input RealInput | pder | Optional input for der(potential) |
input RealInput | pder2 | Optional input for der2(potential) |
output RealOutput | f | Output for flow |
output RealOutput | fder | Optional output for der(flow) |
output RealOutput | fder2 | Optional output for der2(flow) |
Obsolete block that was previously used to connect a Real signal to a signal in a connector. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
Type | Name | Description |
---|---|---|
output RealOutput | toBus | Output signal to be connected to bus |
input RealInput | u | Input signal to be send to bus |
Obsolete block that was previously used to connect a Boolean signal to a signal in a connector. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
Type | Name | Description |
---|---|---|
output BooleanOutput | toBus | Output signal to be connected to bus |
input BooleanInput | u | Input signal to be send to bus |
Obsolete block that was previously used to connect an Integer signal to a signal in a connector. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
Type | Name | Description |
---|---|---|
output IntegerOutput | toBus | Output signal to be connected to bus |
input IntegerInput | u | Input signal to be send to bus |
Obsolete block that was previously used to connect a Real signal in a connector to an input of a block. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
Type | Name | Description |
---|---|---|
input RealInput | fromBus | To be connected with signal on bus |
output RealOutput | y | Output signal to be received from bus |
Obsolete block that was previously used to connect a Boolean signal in a connector to an input of a block. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
Type | Name | Description |
---|---|---|
input BooleanInput | fromBus | To be connected with signal on bus |
output BooleanOutput | y | Output signal to be received from bus |
Obsolete block that was previously used to connect an Integer signal in a connector to an input of a block. This block is only provided for backward compatibility.
It is much more convenient and more powerful to use "expandable connectors" for signal buses, see example BusUsage.
Extends from Modelica.Icons.ObsoleteModel
(Icon for classes that are obsolete and will be removed in later versions).
Type | Name | Description |
---|---|---|
input IntegerInput | fromBus | To be connected with signal on bus |
output IntegerOutput | y | Output signal to be received from bus |
Generated 2018-12-12 12:09:55 EST by MapleSim.