modelFlowSplitter_u

Flow splitter

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example demonstrates how to configure a model with a flow splitter.

For this example, the model is not exported as an FMU. However, the thermofluid flow models are wrapped using input/output blocks.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow_nominal0.1Nominal mass flow rate
Booleanuse_p_infalse= true to use a pressure from connector, false to output Medium.p_default
Assumptions
BooleanallowFlowReversalfalse= true to allow flow reversal, false restricts to design direction (inlet -> outlet)

Components

TypeNameDefaultDescription
Modelica.Blocks.Sources.ConstantuSplControl signal for heater
Source_TsouSource for mass flow rate and pressure
Modelica.Blocks.Sources.Constantm_flowMass flow rate
Modelica.Blocks.Sources.ConstantpInInlet pressure
Modelica.Blocks.Sources.ConstantTInInlet temperature
Modelica.Blocks.Sources.ConstantX_w_inInlet mass fraction
Modelica.Blocks.Sources.Constant[Medium.nC]CTrace substances for forward flow
ExportContainers.Examples.FMUs.FlowSplitter_ufloSpl

Contents

NameDescription
MediumMedium model

Revisions

  • July 28, 2015, by Thierry S. Nouidui:
    First implementation.