modelExample1
Example 1 partial model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This partial model is extended by Buildings.Fluid.Examples.Performance.Example1v1 and Buildings.Fluid.Examples.Performance.Example1v2 and is created to avoid errors in the implementation of the two depending examples.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | m_flow_nominal | 0.1 | Gain value multiplied with input signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | bou | Boundary for pressure boundary condition | |
| Fluid.Movers.FlowControlled_m_flow | pump | Pump model with unidirectional flow | |
| Buildings.Fluid.HeatExchangers.Heater_T | hea | Heater | |
| Modelica.Blocks.Sources.Pulse | pulse | Pulse input | |
| Modelica.Blocks.Math.Gain | gain | Gain for m_flow_nominal | |
| Buildings.Fluid.Actuators.Valves.ThreeWayLinear | val | Three way valve with constant input | |
| Modelica.Blocks.Sources.Constant | const | Constant valve set point | |
| Modelica.Blocks.Sources.BooleanConstant | allowFlowReversal | Block for setting allowFlowReversal in components | |
| Buildings.Fluid.FixedResistances.PressureDrop | res | Fluid resistance for splitting flow | |
| Modelica.Blocks.Sources.IntegerConstant | nRes | Number of parallel branches | |
| Modelica.Blocks.Sources.BooleanConstant | from_dp | Block for setting from_dp in res |
Contents
| Name | Description |
|---|---|
Revisions
-
March 31, 2026, by Michael Wetter:
Corrected unit propagation error that causes Dymola 2026x to not show certain units.
See #2100. -
May 8, 2017, by Michael Wetter:
Updated heater model.
This is for Buildings, #763. -
February 22, 2016, by Michael Wetter:
Removed parameterdynamicBalancefor issue 411. -
July 14, 2015, by Michael Wetter:
Revised documentation. -
April 17, 2015, by Filip Jorissen:
First implementation.