From 8405236703591a194b9ba53a36de1d8d4f418360 Mon Sep 17 00:00:00 2001 From: Niels Weber <83768600+nieweber@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:46:22 +0200 Subject: [PATCH] Update assert message --- ThermofluidStream/Boundaries/Source.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThermofluidStream/Boundaries/Source.mo b/ThermofluidStream/Boundaries/Source.mo index 323fe60..d5dbc3d 100644 --- a/ThermofluidStream/Boundaries/Source.mo +++ b/ThermofluidStream/Boundaries/Source.mo @@ -50,7 +50,7 @@ protected Modelica.Blocks.Interfaces.RealInput Xi0[Medium.nXi](each unit = "kg/kg") "Internal mass fraction connector"; equation - assert(-outlet.m_flow > m_flow_assert, "Positive massflow at Source outlet", dropOfCommons.assertionLevel); + assert(-outlet.m_flow > m_flow_assert, "Positive mass flow at source outlet", dropOfCommons.assertionLevel); connect(T0_var, T0); if not temperatureFromInput or setEnthalpy then