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

TypeNameDefaultDescription
Realm_flow_nominal0.1Gain value multiplied with input signal

Components

TypeNameDefaultDescription
Buildings.Fluid.Sources.Boundary_pTbouBoundary for pressure boundary condition
Fluid.Movers.FlowControlled_m_flowpumpPump model with unidirectional flow
Buildings.Fluid.HeatExchangers.Heater_TheaHeater
Modelica.Blocks.Sources.PulsepulsePulse input
Modelica.Blocks.Math.GaingainGain for m_flow_nominal
Buildings.Fluid.Actuators.Valves.ThreeWayLinearvalThree way valve with constant input
Modelica.Blocks.Sources.ConstantconstConstant valve set point
Modelica.Blocks.Sources.BooleanConstantallowFlowReversalBlock for setting allowFlowReversal in components
Buildings.Fluid.FixedResistances.PressureDropresFluid resistance for splitting flow
Modelica.Blocks.Sources.IntegerConstantnResNumber of parallel branches
Modelica.Blocks.Sources.BooleanConstantfrom_dpBlock for setting from_dp in res

Contents

NameDescription
Medium

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 parameter dynamicBalance for issue 411.
  • July 14, 2015, by Michael Wetter:
    Revised documentation.
  • April 17, 2015, by Filip Jorissen:
    First implementation.