Buildings.Fluid.MassExchangers.Validation

Validation examples

Information

This package contains validation models for the classes in Buildings.Fluid.MassExchangers.

Note that most validation models contain simple input data which may not be realistic, but for which the correct output can be obtained through an analytic solution. The examples plot various outputs, which have been verified against these solutions. These model outputs are stored as reference data and used for continuous validation whenever models in the library change.

Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).

Package Content

Name Description
Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlow ConstantEffectivenessZeroFlow Zero flow test for constants effectiveness mass exchanger
Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlowBothStreams ConstantEffectivenessZeroFlowBothStreams Zero flow test for constants effectiveness mass exchanger

Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlow Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlow

Zero flow test for constants effectiveness mass exchanger

Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlow

Information

This model tests whether ConstantEffectiveness works correctly at zero flow if one stream is zero.

Extends from Buildings.Fluid.MassExchangers.Examples.ConstantEffectiveness.

Modelica definition

model ConstantEffectivenessZeroFlow "Zero flow test for constants effectiveness mass exchanger" extends Buildings.Fluid.MassExchangers.Examples.ConstantEffectiveness( PSin_1( height=0, offset=1E5), PIn(height=0, offset=101325)); end ConstantEffectivenessZeroFlow;

Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlowBothStreams Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlowBothStreams

Zero flow test for constants effectiveness mass exchanger

Buildings.Fluid.MassExchangers.Validation.ConstantEffectivenessZeroFlowBothStreams

Information

This model tests whether Buildings.Fluid.MassExchangers.ConstantEffectiveness works correctly at zero flow if both streams are zero.

Extends from Buildings.Fluid.MassExchangers.Examples.ConstantEffectiveness.

Modelica definition

model ConstantEffectivenessZeroFlowBothStreams "Zero flow test for constants effectiveness mass exchanger" extends Buildings.Fluid.MassExchangers.Examples.ConstantEffectiveness( PSin_1( height=0, offset=1E5), PIn( height=0, offset=101325)); end ConstantEffectivenessZeroFlowBothStreams;