瀏覽代碼

modified README.md

master
vyaas 5 年之前
父節點
當前提交
d03adf55aa
共有 1 個檔案被更改,包括 6 行新增11 行删除
  1. +6
    -11
      README.md

+ 6
- 11
README.md 查看文件

@@ -10,17 +10,12 @@ 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 <absolute tolerance>
-r <relative tolerance>
-f <BVP residue tolerance>
-T <initial temperature in K>
-P <initial pressure in atm>
-m <mechanism file (cti or xml)>
-c <mole fraction composition>
-t <integration time>
-s <enable sensitivity analysis>
After installing, the executable sensBVP can be executed as follows:
``` sensBVP -a <absolute tolerance> -r <relative tolerance> -f <BVP
residue tolerance> -T <initial temperature in K> -P <initial pressure in
atm> -m <mechanism file (cti or xml)> -c <mole fraction composition> -t
<integration time> -s <enable sensitivity analysis>
```

Execute sensBVP -h for all available options.



Loading…
取消
儲存