Simulate MFR using Cantera.
Install fmt
sudo apt install libfmt-dev
Install boost
sudo apt install libboost-dev
Install git
sudo apt install git
Install Cantera
sudo apt install software-properties-common
sudo apt-add-repository ppa:cantera-team/cantera
sudo apt install cantera-python3 cantera-dev
git clone https://github.com/Youhichka/CanteraMFR.git
cd CanteraMFR
mkdir build
cd build
cmake ../
make
Note: If your Ubuntu version is 18.04, don't forget to modify 'CMakeLists.txt'.
cd ..
cp -r examples/ammonia work
cd work
./mfr
Please modify "inputs.yaml".