modelConservationEquation

Model that tests the conservation equation

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

Model that tests the conservation equations that are used for the heat and mass balance.

Components

TypeNameDefaultDescription
IBPSA.Fluid.Interfaces.ConservationEquationdynDynamic conservation equation
IBPSA.Fluid.Interfaces.StaticTwoPortConservationEquationsteSteady-state conservation equation
Modelica.Blocks.Sources.ConstantmWat_flowWater mass flow rate added to the control volume
Modelica.Blocks.Sources.TimeTableQSen_flowSensible heat flow rate added to the control volume
IBPSA.Fluid.Sources.Boundary_pTsin
IBPSA.Fluid.FixedResistances.PressureDropres1Flow resistance
IBPSA.Fluid.Sources.MassFlowSource_TbouBoundary condition for mass flow rate
IBPSA.Fluid.FixedResistances.PressureDropres2Flow resistance

Contents

NameDescription
MediumMedium model

Revisions

  • June 23, 2018, by Filip Jorissen:
    Added prescribedHeatFlowRate=true since this model prescribes the heat flow rate.
  • January 22, 2016 by Michael Wetter:
    Updated model to use the new parameter use_mWat_flow rather than sensibleOnly.
  • September 11, 2013, by Michael Wetter:
    First implementation.