WOLFRAM SYSTEM MODELER

GeneralTemperatureToHeatFlowAdaptor

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

Wolfram Language

In[1]:=
SystemModel["Modelica.Thermal.HeatTransfer.Components.GeneralTemperatureToHeatFlowAdaptor"]
Out[1]:=

Information

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

Adaptor between a heatport connector and a signal representation of the flange. This component is used to provide a pure signal interface around a HeatTransfer model and export this model in form of an input/output block, especially as FMU (Functional Mock-up Unit). Examples of the usage of this adaptor are provided in HeatTransfer.Examples.GenerationOfFMUs. This adaptor has temperature and derivative of temperature as input signals and heatflow as output signal.

Note, the input signals must be consistent to each other (derT=der(T)).

Parameters (4)

use_pder

Value: true

Type: Boolean

Description: Use input for 1st derivative of potential

use_pder2

Value: false

Type: Boolean

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

use_fder

Value: false

Type: Boolean

Description: Use output for 1st derivative of flow

use_fder2

Value: false

Type: Boolean

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

Connectors (11)

p

Type: RealInput

Description: Input for potential

pder

Type: RealInput

Description: Optional input for der(potential)

pder2

Type: RealInput

Description: Optional input for der2(potential)

f

Type: RealOutput

Description: Output for flow

fder

Type: RealOutput

Description: Optional output for der(flow)

fder2

Type: RealOutput

Description: Optional output 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

heatPort

Type: HeatPort_b

Description: Thermal port for 1-dim. heat transfer (unfilled rectangular icon)

Used in Components (2)

InverseCapacity

Modelica.Thermal.HeatTransfer.Examples.Utilities

Input/output block of an inverse heatCapacity model

Conduction

Modelica.Thermal.HeatTransfer.Examples.Utilities

Input/output block of a conduction model