Skip to content

Commit 83bf2a5

Browse files
committed
update docs
1 parent 6854c59 commit 83bf2a5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

thermosteam/_multi_stream.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 :

thermosteam/_stream.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 :

0 commit comments

Comments
 (0)