Package with adaptors (especially useful for FMUs)
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) |
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) |
Functions | Functions for adaptors |
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)
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)).
Name | Description |
---|---|
use_pder | Use output for 1st derivative of potential |
use_pder2 | Use output for 2nd derivative of potential (only if 1st derivative is used, too) |
use_fder | Use input for 1st derivative of flow |
use_fder2 | Use input for 2nd derivative of flow (only if 1st derivative is used, too) |
Name | Description |
---|---|
p | Output for potential |
pder | Optional output for der(potential) |
pder2 | Optional output for der2(potential) |
f | Input for flow |
fder | Optional input for der(flow) |
fder2 | Optional input for der2(flow) |
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)
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)).
Name | Description |
---|---|
use_pder | Use input for 1st derivative of potential |
use_pder2 | Use input for 2nd derivative of potential (only if 1st derivative is used, too) |
use_fder | Use output for 1st derivative of flow |
use_fder2 | Use output for 2nd derivative of flow (only if 1st derivative is used, too) |
Name | Description |
---|---|
p | Input for potential |
pder | Optional input for der(potential) |
pder2 | Optional input for der2(potential) |
f | Output for flow |
fder | Optional output for der(flow) |
fder2 | Optional output for der2(flow) |