Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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