Buildings.Fluid.Examples.Performance.PressureDrop
Package with various configurations of pressure drop models to analyze symbolic processing
Information
This package contains examples that demonstrate how parameter settings and boundary conditions can affect the number and size of algebraic loops.
Either a pressure difference or a mass flow rate is prescribed.
The parameter from_dp
is set to either true
or false
.
These combinations are applied to a flow network
consisting of parallel, series or parallel-series components.
By looking at the size of the nonlinear equations between the example
and its counter-part that ends in Optimised
,
one can see whether the
symbolic processing optimally converts the system of equations.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
ParallelDp | Parallel connection with prescribed pressure difference and non-optimised parameters |
ParallelDpOptimised | Parallel connection with prescribed pressure difference and optimised parameters |
ParallelFlow | Parallel connection with prescribed flow rate and non-optimised parameters |
ParallelFlowOptimised | Parallel connection with prescribed flow rate and optimised parameters |
SeriesDp | Series connection with prescribed pressure difference and non-optimised parameters |
SeriesDpOptimised | Series connection with prescribed pressure difference and optimised parameters |
SeriesFlow | Series connection with prescribed flow rate and non-optimised parameters |
SeriesFlowOptimised | Series connection with prescribed flow and optimised parameters |
SeriesParallelDp | Combined series and parallel connection with prescribed pressure difference and non-optimised parameters |
SeriesParallelDpOptimised | Combined series and parallel connection with prescribed pressure difference and non-optimised parameters |
SeriesParallelFlow | Combined series and parallel connection with prescribed flow rate and non-optimised parameters |
SeriesParallelFlowOptimised | Combined series and parallel connection with prescribed flow rate and non-optimised parameters |
Buildings.Fluid.Examples.Performance.PressureDrop.ParallelDp
Parallel connection with prescribed pressure difference 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
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.ParallelDpOptimised
Parallel connection with prescribed pressure difference and 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
.
Extends from ParallelDp (Parallel connection with prescribed pressure difference and non-optimised parameters).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.ParallelFlow
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
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.ParallelFlowOptimised
Parallel connection with prescribed flow rate and 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
.
Extends from ParallelFlow (Parallel connection with prescribed flow rate and non-optimised parameters).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.SeriesDp
Series connection with prescribed pressure difference 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
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.SeriesDpOptimised
Series connection with prescribed pressure difference and 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
.
Extends from SeriesDp (Series connection with prescribed pressure difference and non-optimised parameters).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.SeriesFlow
Series 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
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.SeriesFlowOptimised
Series connection with prescribed flow and 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
.
Extends from SeriesFlow (Series connection with prescribed flow rate and non-optimised parameters).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.SeriesParallelDp
Combined series and parallel connection with prescribed pressure difference 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
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.SeriesParallelDpOptimised
Combined series and parallel connection with prescribed pressure difference 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
.
Extends from SeriesParallelDp (Combined series and parallel connection with prescribed pressure difference and non-optimised parameters).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.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
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.Fluid.Examples.Performance.PressureDrop.SeriesParallelFlowOptimised
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
.
Extends from SeriesParallelFlow (Combined series and parallel connection with prescribed flow rate and non-optimised parameters).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nRes | 10 | Number of resistances |
PressureDifference | dp_nominal | 1 | Pressure drop at nominal mass flow rate [Pa] |
MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate [kg/s] |