speth / ember

Ember: unsteady strained flame solver
MIT License
47 stars 25 forks source link

Compilation error #1

Closed rchorda closed 9 years ago

rchorda commented 9 years ago

Ember doesn't complete compilation due to the absence of function "initTranport" in cantera.

That function was eliminated from "include/cantera/transport/TransportFactory.h" in commit 873029503f41d76aa33c2bb62fb915adb635f140 at github cantera/cantera repository:

https://github.com/Cantera/cantera/commit/873029503f41d76aa33c2bb62fb915adb635f140

Same configurations for Sundials-Cantera-Ember successfully ends its compilación for 5fd0af9 versión (previous one in cantera repo).

Yours, Ramón

speth commented 9 years ago

This is fixed by a combination of Cantera revision r3412 and Ember revision cfb9e373e6bbde96d55f88e821bcc1629b97084d. Thanks for pointing out the problem.