modelStaticTwoPortConservationEquation
Model that tests the static two port 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. The instances have either water or air, and either allow or prohibit flow reversal. This example tests the implementation of the steady-state balance.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| 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 | |
| SubModel | modWatRev | Submodel for energy and mass balance | |
| SubModel | modWatNoRev | Submodel for energy and mass balance | |
| SubModel | modAirRev | Submodel for energy and mass balance | |
| SubModel | modAirNoRev | Submodel for energy and mass balance |
Contents
| Name | Description |
|---|---|
| Medium model | |
| Medium model | |
| SubModelprotected |
Revisions
-
January 22, 2016 by Michael Wetter:
Updated model to use the new parameteruse_mWat_flowrather thansensibleOnly. -
July 17, 2015, by Michael Wetter:
First implementation.