WOLFRAM SYSTEM MODELER

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)

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Interfaces.Adaptors.FlowToPotentialAdaptor"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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)).

Parameters (4)

use_pder

Value: true

Type: Boolean

Description: Use output for 1st derivative of potential

use_pder2

Value: true

Type: Boolean

Description: Use output for 2nd derivative of potential (only if 1st derivative is used, too)

use_fder

Value: true

Type: Boolean

Description: Use input for 1st derivative of flow

use_fder2

Value: true

Type: Boolean

Description: Use input for 2nd derivative of flow (only if 1st derivative is used, too)

Connectors (10)

p

Type: RealOutput

Description: Output for potential

pder

Type: RealOutput

Description: Optional output for der(potential)

pder2

Type: RealOutput

Description: Optional output for der2(potential)

f

Type: RealInput

Description: Input for flow

fder

Type: RealInput

Description: Optional input for der(flow)

fder2

Type: RealInput

Description: Optional input for der2(flow)

y1

Type: RealOutput

Description: Optional 1st derivative of output

y2

Type: RealOutput

Description: Optional 2nd derivative of output

u1

Type: RealInput

Description: Optional 1st derivative of input

u2

Type: RealInput

Description: Optional 2nd derivative of input

Extended by (4)

GeneralHeatFlowToTemperatureAdaptor

Modelica.Thermal.HeatTransfer.Components

Signal adaptor for a HeatTransfer port with temperature and derivative of temperature as outputs and heat flow as input (especially useful for FMUs)

GeneralForceToPositionAdaptor

Modelica.Mechanics.Translational.Components

Signal adaptor for a Translational flange with position, speed, and acceleration as outputs and force as input (especially useful for FMUs)

GeneralTorqueToAngleAdaptor

Modelica.Mechanics.Rotational.Components

Signal adaptor for a rotational flange with angle, speed, and acceleration as outputs and torque as input (especially useful for FMUs)

GeneralCurrentToVoltageAdaptor

Modelica.Electrical.Analog.Basic

Signal adaptor for an Electrical OnePort with voltage and derivative of voltage as outputs and current and derivative of current as inputs (especially useful for FMUs)