25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
vyaas 350c5412db added sensBrute.cpp, README, and examples 5 yıl önce
examples added sensBrute.cpp, README, and examples 5 yıl önce
src added sensBrute.cpp, README, and examples 5 yıl önce
README.md added sensBrute.cpp, README, and examples 5 yıl önce

README.md

This is the public repository for the code sensBVP. Its use is in calculating sensitivity coefficients of ignition delay time to rate coefficients. In sensBVP, this is carried out by transforming the initial value problem to a boundary value problem, reducing the time to calculate the sensitivity coefficients by at least an order of magnitude.

In order to install sensBVP, modify the various paths in the Makefile. Make sure that SUNDIALS (v3.1.1 or higher), Cantera (2.3 or higher), and GSL are installed. Run make all, followed by make install in the source directory.

After installing, the executable sensBVP can be executed as follows:

sensBVP -a -r -f -T -P -m <mechanism file (cti or xml)> -c -t -s

Execute sensBVP -h for all available options.

Try the cases in the examples directory.