Answer:
CHEMical KINetics SimuLATOR (Chemkinlator) is a Graphical User Interface for the simulation of reaction mechanisms. The interface allows the user to see and change the parameters of a reaction network within a single window. Chemkinlator comes with built-in support for three types of kinetic simulations: Time Series, which computes the concentration of all species in an interval of time for the defined model; Bifurcation diagrams, which are the result of running several Time Series simulations over gradually different kinetic rate constants; and Flow/Temperature time series, which takes into account the effect of flow in the Continuous-flow well-Stirred Tank Reactor, and the effect of temperature on the rates constants according to the Arrhenius equation. In our research group, Chemkinlator has been the primary tool used to test the predictions made by algorithms that analyze homochirality phenomena. Chemkinlator is written in C++14 and Qt, and it uses the Fortran subroutine DLSODE to solve the differential equations
Step-by-step explanation: