You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 5 години
12345678910111213141516171819202122
  1. This is the public repository for the code sensBVP. Its use is in
  2. calculating sensitivity coefficients of ignition delay time to rate
  3. coefficients. In sensBVP, this is carried out by transforming the
  4. initial value problem to a boundary value problem, reducing the time to
  5. calculate the sensitivity coefficients by at least an order of
  6. magnitude.
  7. In order to install sensBVP, modify the various paths in the Makefile.
  8. Make sure that SUNDIALS (v3.1.1 or higher), Cantera (2.3 or higher), and
  9. GSL are installed. Run make all, followed by make install in the source
  10. directory.
  11. After installing, the executable sensBVP can be executed as follows:
  12. ``` sensBVP -a <absolute tolerance> -r <relative tolerance> -f <BVP
  13. residue tolerance> -T <initial temperature in K> -P <initial pressure in
  14. atm> -m <mechanism file (cti or xml)> -c <mole fraction composition> -t
  15. <integration time> -s <enable sensitivity analysis>
  16. ```
  17. Execute sensBVP -h for all available options.
  18. Try the cases in the examples directory.