This readme describes the supplementary R source files and the set of experimental data, which was used in the article "Optimization of the Cyclone Separator Geometry via Multimodel Simulation" Bart16eAllData.csv: This CSV file contains all data used in this study. SPOT2_0.1.tar.gz: R software package required for running the analysis. To install the package from source, you can either use the R-command-line call: install.packages(pkgs="SPOT2_0.1.tar.gz",repos=NULL,type="source") Or you can use the RStudio IDE to install via "Tools -> Install Packages ..." Note, that you may require RTools if you install source packages under Windows: https://cran.r-project.org/bin/windows/Rtools/ bart16eEda.R: This R script was used to generate the boxplots and to calculate means and standard deviations of the 3D-printing data. bart16eOptimizationViaMultimodelSimulation.R: This R script was used to build the metamodel and to run the optimization step (S-9) on the metamodel F*. The R functions, which are necessary for building the metamodel, are implemented in the R package SPOT2. The source files and the open source R software package SPOT2 can also be downloaded from the author's webpage: http://www.gm.fh-koeln.de/~bartz/Bart16e.d