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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 0.1 | Nominal mass flow rate |
| Boolean | use_p_in | false | = true to use a pressure from connector, false to output Medium.p_default |
| Assumptions | |||
| Boolean | allowFlowReversal | false | = true to allow flow reversal, false restricts to design direction (inlet -> outlet) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Constant | uSpl | Control signal for heater | |
| Source_T | sou | Source for mass flow rate and pressure | |
| Modelica.Blocks.Sources.Constant | m_flow | Mass flow rate | |
| Modelica.Blocks.Sources.Constant | pIn | Inlet pressure | |
| Modelica.Blocks.Sources.Constant | TIn | Inlet temperature | |
| Modelica.Blocks.Sources.Constant | X_w_in | Inlet mass fraction | |
| Modelica.Blocks.Sources.Constant[Medium.nC] | C | Trace substances for forward flow | |
| ExportContainers.Examples.FMUs.FlowSplitter_u | floSpl |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
July 28, 2015, by Thierry S. Nouidui:
First implementation.