Block that takes as an input the inflowing fluid at the port inlet
and a vector of control signals for the mass flow rates u
.
The mass flow of all outlet ports i
is set to the value of u[i] m_flow_nominal[i]
.
If the inflowing mass flow rate at the port inlet
is not equal
to the sum of u[i] m_flow_in[i]
, the simulation stops with an assert.
The mass flow rates at all outlet ports must be non-negative. Reverse flow is not yet implemented. If either of these limitations are violated, then the model stops with an error.
Name | Description |
---|---|
Medium | Medium in the component |
assert()
statement which was triggered
when the model was exported as an FMU
depending on the execution sequence of the master algorithm.
outlet[i].forward = inlet.forward;
with a connect
statement as
accesses to composite components other than records are not allowed.
This was done for JModelica compliance.
assert
statement.
use_p_in=false
.