You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently merged work in #1385 broke clib methods used for saving and restoring of oneD data. The new methods are routed through SolutionArray; as there is no underlying Solution available at the moment (see Cantera/enhancements#158), the methods no longer work.
Steps to reproduce
Open '...' matlab
Run '....' flame1 sample
See error '....' below
Behavior
[...]
..............................................................................
no new points needed in flow
Error using ctmethods
*******************************************************************************
CanteraError thrown by SolutionArray::SolutionArray:
Unable to create SolutionArray from invalid Solution object.
*******************************************************************************
Error in stack_methods (line 15)
v = ctmethods(90, n, job, a, b, c);
Error in Stack/saveSoln (line 28)
stack_methods(s.stack_id, 107, fname, id, desc);
Error in flame1 (line 95)
saveSoln(fl,'h2flame.yaml','energy',['solution with energy equation']);
Problem description
Recently merged work in #1385 broke
clib
methods used for saving and restoring ofoneD
data. The new methods are routed throughSolutionArray
; as there is no underlyingSolution
available at the moment (see Cantera/enhancements#158), the methods no longer work.Steps to reproduce
Behavior
System information
The text was updated successfully, but these errors were encountered: