Skip to content

Commit d8a0cc9

Browse files
committed
update
1 parent 8992389 commit d8a0cc9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/neqsim/process/processTools.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
processoperations = jneqsim.process.processmodel.ProcessSystem()
99

1010

11-
def newProcess():
11+
def newProcess(name=""):
1212
"""
1313
Create a new process object
1414
"""
1515
global processoperations
16-
processoperations = jneqsim.process.processmodel.ProcessSystem()
16+
processoperations = jneqsim.process.processmodel.ProcessSystem(name)
17+
return processoperations
1718

1819

1920
def stream(name, thermoSystem, t=0, p=0):

0 commit comments

Comments
 (0)