[1D] Create initial guess before showSolution()
This commit is contained in:
parent
6546a6b22c
commit
76a24eb9ce
1 changed files with 2 additions and 0 deletions
|
|
@ -546,6 +546,8 @@ class Stack:
|
|||
>>> s.showSolution()
|
||||
>>> s.showSolution('soln.txt')
|
||||
"""
|
||||
if not self._initialized:
|
||||
self.init()
|
||||
_cantera.sim1D_showSolution(self._hndl, fname)
|
||||
|
||||
def setTimeStep(self, stepsize, nsteps):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue