File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,10 @@ class MultiStream(Stream):
4646 Parameters
4747 ----------
4848 ID :
49- A unique identification. If ID is None, stream will not be registered.
50- If no ID is given, stream will be registered with a unique ID.
49+ A unique identification. If ID is None, the stream will not be
50+ registered in flowsheet. The ID defaults to the variable assigned in
51+ the source code. If no variable is assigned, a unique ID will be
52+ chosen.
5153 flow :
5254 All flow rates corresponding to `phases` by row and chemical IDs by column.
5355 T :
Original file line number Diff line number Diff line change @@ -129,8 +129,10 @@ class Stream(AbstractStream):
129129 Parameters
130130 ----------
131131 ID :
132- A unique identification. If ID is None, stream will not be registered.
133- If no ID is given, stream will be registered with a unique ID.
132+ A unique identification. If ID is None, the stream will not be
133+ registered in flowsheet. The ID defaults to the variable assigned in
134+ the source code. If no variable is assigned, a unique ID will be
135+ chosen.
134136 flow :
135137 All flow rates corresponding to defined chemicals.
136138 phase :
You can’t perform that action at this time.
0 commit comments