g=Solution("gri30.xml")
g.TP=300, 1e5
x=Solution("gri30.xml")
x.TDY = g.TDY
--
You received this message because you are subscribed to the Google Groups "Cantera Users' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cantera-user...@googlegroups.com.
To post to this group, send email to canter...@googlegroups.com.
Visit this group at http://groups.google.com/group/cantera-users.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to cantera-users+unsubscribe@googlegroups.com.
def ctsolution(inputFile='gri30.xml', phaseName = None, ...):
#cantera solution wrapper (contains some additional info)
sol = ct.Solution(inputFile, phaseName, ...)
#store inputFile name:
sol.__finp__ = inputFile
return sol
To unsubscribe from this group and stop receiving emails from it, send an email to cantera-user...@googlegroups.com.