Skip to content

Commit

Permalink
Update assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
nieweber authored Oct 5, 2023
1 parent 6bc7ac2 commit 8405236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThermofluidStream/Boundaries/Source.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8405236

Please sign in to comment.