hkmoffat / cantera

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

C #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear Cantera users,
I am doing a simulation on HCCI engine and trying to convert isooctance from 
Chemkin (input,thermal, transport) to cti and ctml files. I have received below 
error. Anyone has experienced difficulties in converting isooctane to cti or 
ctml files? 
I am running Cantera 1.8 on Matlab R2010a with Windows 7 64-bit version. Please 
advise.

 ct2ctml: throw cantera error 
??? Error using ==> ctmethods

************************************************
                Cantera Error!
************************************************

Procedure: ct2ctml
Error:   could not convert input file to CTML.
 Command line was:
C:\Python26\python.exe 
"C:\Users\ABDULA~1\AppData\Local\Temp/.cttmp1305397449.pyw">
C:\Users\ABDULA~1\AppData\Local\Temp/ct2ctml.log 2>&1

Error in ==> XML_Node.XML_Node at 11
   x.id = ctmethods(10,15,0,src); % newxml(name)

Error in ==> Solution.Solution at 30
doc = XML_Node('doc',src);

Error in ==> importPhase at 7
  s = Solution(file, name);

For those who has the answer, please reply or email me personally at 
aziz84mechen@gmail.com.

thanks.

Original issue reported on code.google.com by aziz84me...@gmail.com on 14 May 2011 at 6:28

GoogleCodeExporter commented 9 years ago
Check the contents of the log file mentioned in the error message: 
   C:\Users\ABDULA~1\AppData\Local\Temp/ct2ctml.log

Original comment by yarmond on 27 May 2011 at 11:48