Changes between Initial Version and Version 2 of Ticket #5642


Ignore:
Timestamp:
2019-09-26T08:26:36Z (6 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5642

    • Property Cc Karim Adbdelhak added
  • Ticket #5642 – Description

    initial v2  
    4747Second, given that {{{pump.port_b.m_flow.max = 0}}}, i.e., water always flows out of the port, likewise that expression can be simplified by only keeping the active branch, which also means an explicit {{{smooth}}} annotation is no longer needed, because the conditional expression is also gone. Hence,
    4848{{{
    49 pump.port_b.m_flow*
     49pump.port_b.m_flow*(
    5050  if pump.port_b.m_flow > 0.0
    5151  then sink.ports[1].h_outflow