Changes between Initial Version and Version 2 of Ticket #5642
- Timestamp:
- 2019-09-26T08:26:36Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5642
- Property Cc added
-
Ticket #5642 – Description
initial v2 47 47 Second, 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, 48 48 {{{ 49 pump.port_b.m_flow* 49 pump.port_b.m_flow*( 50 50 if pump.port_b.m_flow > 0.0 51 51 then sink.ports[1].h_outflow