Optimizer for fuel surrogates
This Matlab package implements an optimization algorithm to find the best fuel surrogate matching a set of experimental properties, such as molecular weight, H/C ratio, cetane number, TSI (Threshold Soot Index), and distillation curves.
The methodology is inspired by the following papers:
It is written purely in Matlab language. It is self-contained. There is no external dependency.
Note: this package requires Matlab R2016b or latter, since it utilizes a new series of Matlab features.
git clone https://github.com/acuoci/OpenSMOKEpp_SurrogateOptimizer.git
OpenSMOKEpp_SurrogateOptimizer
folder, then run the SurrogateOptimizer.m
script.
SurrogateOptimizer
If you find any bug or have any suggestion, please do file issues. We are graceful for any feedback and will do my best to improve this package.
checkout -b my-stuff
Don’t bunch up changes, e.g. if you have bug-fixes, new features and style changes, rather make 3 seperate pull requests. Ensure that you introduce tests/examples for any new functionality
Released under GPLv2 license.
alberto.cuoci at polimi dot it