Hi Jon,
Since the current version of the SD Toolbox targets Cantera 2.1, it misses some of the API changes that have come in more recent versions. Among these is the fact that “equilibrate” is no longer a function but instead a method of the ThermoPhase class. As such, these headers are no longer necessary and calls to:
equilibrate(gas, ...);
should be replaced with
gas.equilibrate(...);
(assuming gas is an object derived from ThermoPhase, e.g. IdealGasMix).
Regards,
Ray
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to canter...@googlegroups.com.
Visit this group at https://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-user...@googlegroups.com.
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 https://groups.google.com/group/cantera-users.
For more options, visit https://groups.google.com/d/optout.
--
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 https://groups.google.com/group/cantera-users.
For more options, visit https://groups.google.com/d/optout.