From 1d759f72f2b61019e6f55dcd5f170c18c844ea1d Mon Sep 17 00:00:00 2001 From: Niels Weber <83768600+nieweber@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:17:58 +0200 Subject: [PATCH] Update assert message Co-authored-by: tobolar --- 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 d5dbc3d4..ee0d1430 100644 --- a/ThermofluidStream/Boundaries/Source.mo +++ b/ThermofluidStream/Boundaries/Source.mo @@ -27,7 +27,7 @@ the inlet the source is connected to. annotation(Dialog(enable = not xiFromInput)); parameter Utilities.Units.Inertance L=dropOfCommons.L "Inertance" annotation (Dialog(tab="Advanced")); - parameter SI.MassFlowRate m_flow_assert(max=0) = -dropOfCommons.m_flow_reg "Assertion threshold for negative massflows" + parameter SI.MassFlowRate m_flow_assert(max=0) = -dropOfCommons.m_flow_reg "Assertion threshold for negative mass flow" annotation(Dialog(tab="Advanced")); Modelica.Blocks.Interfaces.RealInput p0_var(unit="Pa") if pressureFromInput "Pressure input connector [Pa]"