s-amouyal12 / cantera

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

MixMaster Problem #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.MixMaster

What version of the product are you using? On what operating system?
Cantera 2.1 Ubuntu 11.10

Please provide any additional information below.
When I try to run MixMaster (I use the command ./mixmaster in my terminal) 
appear an error: three windows with the message "could not create gas mixture 
object: gri30" or "could not create gas mixture object: air" or "could not 
create gas mixture object: h2o2" and in the terminal:

Traceback (most recent call last):
  File "./mixmaster", line 4, in <module>
    MixMaster()
  File "/usr/local/cantera202/lib/python2.7/site-packages/MixMaster/main.py", line 217, in __init__
    self.makeWindows()
  File "/usr/local/cantera202/lib/python2.7/site-packages/MixMaster/main.py", line 247, in makeWindows
    self.mixfr = MixtureFrame(self.cwin, self)
  File "/usr/local/cantera202/lib/python2.7/site-packages/MixMaster/CompositionFrame.py", line 119, in __init__
    self.g = self.top.mix.g
AttributeError: MixMaster instance has no attribute 'mix'

Original issue reported on code.google.com by Luigi.Ac...@gmail.com on 12 Feb 2014 at 4:54

GoogleCodeExporter commented 9 years ago
Are you sure you are using Cantera 2.1? Your traceback seems to say you're 
using Cantera 2.0.2... "/usr/local/cantera202" Did you install Cantera 2.1 in 
that directory? If not, try to make sure the "mixmaster" file from 2.1 is 
located first in your path. Also, you may have more luck getting a solution to 
this issue on the forum at https://groups.google.com/forum/#!forum/cantera-users

Original comment by bryan.w....@gmail.com on 12 Feb 2014 at 7:02

GoogleCodeExporter commented 9 years ago
This looks like it's probably a configuration problem on your computer. If 
you're still having problems, please ask a question and provide more details on 
the Cantera Users' Group.

Original comment by yarmond on 19 Feb 2014 at 3:10