.IBPSA.Fluid.Types.HeatExchangerConfiguration

Information

Enumeration that defines the heat exchanger construction.

The following heat exchanger configurations are available in this enumeration:

EnumerationDescription
ParallelFlowParallel flow
CounterFlowCounter flow
CrossFlowUnmixedCross flow, both streams unmixed
CrossFlowStream1MixedStream2UnmixedCross flow, stream 1 mixed, stream 2 unmixed
CrossFlowStream1UnmixedStream2MixedCross flow, stream 1 unmixed, stream 2 mixed
ConstantTemperaturePhaseChangeConstant temperature phase change in one stream

Note that for a given heat exchanger, the HeatExchangerConfiguration is fixed. However, if the capacity flow rates change, then the IBPSA.Fluid.Types.HeatExchangerFlowRegime may change. For example, a counter flow heat exchanger has HeatExchangerConfiguration=CounterFlow, but the IBPSA.Fluid.Types.HeatExchangerFlowRegime can change to parallel flow if one of the two capacity flow rates reverts its direction.

Definition

type HeatExchangerConfiguration = enumeration(ParallelFlow "Parallel flow", CounterFlow "Counter flow", CrossFlowUnmixed "Cross flow, both streams unmixed", CrossFlowStream1MixedStream2Unmixed "Cross flow, stream 1 mixed, stream 2 unmixed", CrossFlowStream1UnmixedStream2Mixed "Cross flow, stream 1 unmixed, stream 2 mixed", ConstantTemperaturePhaseChange "Constant temperature phase change in one stream");

Revisions


Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos