modelGeneralHeatFlowToTemperatureAdaptor

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

Extends from Modelica.Blocks.Interfaces.Adaptors.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)).

Information

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 heatflow as input and temperature and derivative of temperature as output signals.

Parameters

TypeNameDefaultDescription
Booleanuse_pder (from FlowToPotentialAdaptor)trueUse output for 1st derivative of potential
Booleanuse_pder2 (from FlowToPotentialAdaptor)trueUse output for 2nd derivative of potential (only if 1st derivative is used, too)
Booleanuse_fder (from FlowToPotentialAdaptor)trueUse input for 1st derivative of flow
Booleanuse_fder2 (from FlowToPotentialAdaptor)trueUse input for 2nd derivative of flow (only if 1st derivative is used, too)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealOutputp (from FlowToPotentialAdaptor)Output for potential
Modelica.Blocks.Interfaces.RealOutputpder (from FlowToPotentialAdaptor)Optional output for der(potential)
Modelica.Blocks.Interfaces.RealOutputpder2 (from FlowToPotentialAdaptor)Optional output for der2(potential)
Modelica.Blocks.Interfaces.RealInputf (from FlowToPotentialAdaptor)Input for flow
Modelica.Blocks.Interfaces.RealInputfder (from FlowToPotentialAdaptor)Optional input for der(flow)
Modelica.Blocks.Interfaces.RealInputfder2 (from FlowToPotentialAdaptor)Optional input for der2(flow)
HeatTransfer.Interfaces.HeatPort_aheatPort