jcaiuwyo / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Unexpected unknown exception from MEX file #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to use the code for opposed flame with added plasma species and 
reactions, so if I add new species, for eg. in my case if I add ions and 
electrons as new species and also gave transport properties it keeps giving me 
the following error

??? Unexpected unknown exception from MEX file.

Error in ==> trans_get at 9
  v = ctmethods(50, n, job, a, b);

Error in ==> Transport.Transport at 23
  tr.id = trans_get(hndl(th), -1, tr.model, loglevel) ;

Error in ==> Solution.Solution at 40
tr = Transport(node,t,'default',4);

Error in ==> GRI30 at 25
    s = Solution('gri_feb14.cti','gri30_mix');

Error in ==> diffflame at 46
gas = GRI30('Mix')

thanks, Any help will be appreciated,
Parth Shah

Original issue reported on code.google.com by parth.bu...@gmail.com on 14 Feb 2012 at 8:40

GoogleCodeExporter commented 9 years ago
Can you post the modified files you're using? It's not really possible to know 
what's going wrong without them.

Original comment by yarmond on 15 Feb 2012 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by yarmond on 10 Apr 2012 at 12:01

GoogleCodeExporter commented 9 years ago
This issue can't be resolved with the supplied information.

Original comment by yarmond on 17 May 2012 at 9:25