From 47790d87f1863cccdbbaf31388d16b49a09d9bf9 Mon Sep 17 00:00:00 2001 From: Stefano Rebughini Date: Sat, 18 Jan 2020 21:49:52 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48072864..11f18dbd 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ # **ASALI: Modeling and beyond** -Asali is an open-source code developed for engineers, chemists and students working on the modeling of gas phase mixture. -The GUI version of Asali, thanks to its user-friendly interface, is very helpful for those approaching the modeling of gas phase mixture for the first time. Moreover, its deep interaction with [Cantera](https://cantera.org/) allows more expert users in performing detailed simulations without losing time in coding their own models. Instead, the API version of Asali is designed for those approaching the modeling of gas phase mixture with the goal of becoming experts in the field. The API version can be easily integrated in different programming languages and it is the perfect starting point for everyone. +Asali is an open-source code developed for engineers, chemists and students working on the modeling of gas phase mixture. + +The GUI version of Asali, thanks to its user-friendly interface, is very helpful for those approaching the modeling of gas phase mixture for the first time. Moreover, its deep interaction with [Cantera](https://cantera.org/) allows more expert users in performing detailed simulations without losing time in coding their own models. +Instead, the API version of Asali is designed for those approaching the modeling of gas phase mixture with the goal of becoming experts in the field. The API version can be easily integrated in different programming languages and it is the perfect starting point for everyone. + If you are looking for something more advanced and with higher performance, we suggest [OpenSMOKE++](https://www.opensmokepp.polimi.it/) and [Cantera](https://cantera.org/). # Contacts From d6b7361aa00db06f545606f3813db2b58546b847 Mon Sep 17 00:00:00 2001 From: Stefano Rebughini Date: Sat, 18 Jan 2020 21:50:28 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f18dbd..6115be36 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ # **ASALI: Modeling and beyond** Asali is an open-source code developed for engineers, chemists and students working on the modeling of gas phase mixture. -The GUI version of Asali, thanks to its user-friendly interface, is very helpful for those approaching the modeling of gas phase mixture for the first time. Moreover, its deep interaction with [Cantera](https://cantera.org/) allows more expert users in performing detailed simulations without losing time in coding their own models. +The GUI version of Asali, thanks to its user-friendly interface, is very helpful for those approaching the modeling of gas phase mixture for the first time. Moreover, its deep interaction with [Cantera](https://cantera.org/) allows more expert users in performing detailed simulations without losing time in coding their own models. + Instead, the API version of Asali is designed for those approaching the modeling of gas phase mixture with the goal of becoming experts in the field. The API version can be easily integrated in different programming languages and it is the perfect starting point for everyone. If you are looking for something more advanced and with higher performance, we suggest [OpenSMOKE++](https://www.opensmokepp.polimi.it/) and [Cantera](https://cantera.org/).