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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Interfaces.ConservationEquation | dyn | Dynamic conservation equation | |
| Buildings.Fluid.Interfaces.StaticTwoPortConservationEquation | ste | Steady-state conservation equation | |
| Modelica.Blocks.Sources.Constant | mWat_flow | Water mass flow rate added to the control volume | |
| Modelica.Blocks.Sources.TimeTable | QSen_flow | Sensible heat flow rate added to the control volume | |
| Buildings.Fluid.Sources.Boundary_pT | sin | ||
| Buildings.Fluid.FixedResistances.PressureDrop | res1 | Flow resistance | |
| Buildings.Fluid.Sources.MassFlowSource_T | bou | Boundary condition for mass flow rate | |
| Buildings.Fluid.FixedResistances.PressureDrop | res2 | Flow resistance |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
June 23, 2018, by Filip Jorissen:
AddedprescribedHeatFlowRate=truesince this model prescribes the heat flow rate. -
January 22, 2016 by Michael Wetter:
Updated model to use the new parameteruse_mWat_flowrather thansensibleOnly. -
September 11, 2013, by Michael Wetter:
First implementation.