modelMoistureMixingConservation
Partial for checking conservation of mass for independent mass fraction
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This is a partial model that is used in the validation tests of the mixing volume.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.Fluid.Sources.MassFlowSource_h | sou1 | Air source | |
| IBPSA.Fluid.Sources.MassFlowSource_h | sou2 | Air source | |
| IBPSA.Fluid.MixingVolumes.MixingVolumeMoistAir | vol | Mixing volume for adding water | |
| IBPSA.Fluid.MixingVolumes.MixingVolumeMoistAir | vol1 | Mixing volume for adding water | |
| IBPSA.Fluid.Sources.Boundary_pT | sin | Air sink | |
| IBPSA.Fluid.MixingVolumes.MixingVolumeMoistAir | vol2 | Mixing volume for removing water | |
| Modelica.Blocks.Sources.Constant | mWatFlo1 | Water mass flow rate 1 | |
| Modelica.Blocks.Sources.Constant | mWatFlo3 | Withdrawn water rate | |
| Modelica.Blocks.Sources.Constant | mWatFlo2 | Water mass flow rate 2 | |
| Modelica.Blocks.Math.Add | cheMasFra | Check for water conservation | |
| IBPSA.Fluid.Sensors.MassFractionTwoPort | senMasFra | Sensor for measuring water content | |
| Modelica.Blocks.Sources.Constant | mWatFloSol | Solution mass fraction water | |
| IBPSA.Fluid.Sensors.MassFlowRate | senMasFlo | Mass flow rate sensor | |
| Modelica.Blocks.Math.Add | cheMasFlo | Check for conservation of mass | |
| Modelica.Blocks.Sources.Constant | mFloSol | Solution mass flow rate | |
| Sensors.EnthalpyFlowRate | senSpeEnt | Specific enthalpy flow rate sensor | |
| Modelica.Blocks.Math.Add | cheSpeEnt | Check for conservation of energy | |
| Modelica.Blocks.Sources.Constant | hSol | Solution mass flow rate |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
April 12, 2017, by Michael Wetter:
Removed temperature connection that is no longer needed.
This is for issue Buildings #704. -
November 15, 2016, by Michael Wetter:
Changed model to bepartialand removed theexperimentannotation.
This is for issue 590. -
November 2, 2016, by Michael Wetter:
Changed assertions to blocks that compute the difference.
This is for issue 564. -
May 22 2015 by Filip Jorissen:
First implementation.