modelSeriesParallelFlowOptimised
Combined series and parallel connection with prescribed flow rate and non-optimised parameters
Extends from SeriesParallelFlow (Combined series and parallel connection with prescribed flow rate and non-optimised parameters).
Information
Example model that demonstrates how translation statistics
depend on the type of boundary conditions,
the parallel or series configuration of the components
and the value of parameter from_dp.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nRes (from SeriesParallelFlow) | 10 | Number of resistances |
| Modelica.Units.SI.PressureDifference | dp_nominal (from SeriesParallelFlow) | 1 | Pressure drop at nominal mass flow rate |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal (from SeriesParallelFlow) | 1 | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.MassFlowSource_T | sou (from SeriesParallelFlow) | Flow rate boundary condition | |
| Modelica.Blocks.Sources.Pulse | pulse_m_flow (from SeriesParallelFlow) | Pulse input for flow rate | |
| FixedResistances.PressureDrop | resParallel (from SeriesParallelFlow) | Parallel pressure drop components | |
| Sources.Boundary_pT | sin (from SeriesParallelFlow) | Pressure boundary condition | |
| FixedResistances.PressureDrop | res2 (from SeriesParallelFlow) | Series pressure drop component |
Revisions
-
May 26, 2017, by Filip Jorissen:
First implementation.