Skip to content

Commit

Permalink
Update assert message
Browse files Browse the repository at this point in the history
Co-authored-by: tobolar <[email protected]>
  • Loading branch information
nieweber and tobolar authored Oct 6, 2023
1 parent 606aedd commit 1d759f7
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 @@ -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]"
Expand Down

0 comments on commit 1d759f7

Please sign in to comment.