/CQ

Um trabalho de simulação para a disciplina de cinética química da ILUM - Escola de ciência.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CINÉTICA QUÍMICA

Context

Good morning, good afternoon, or good evening! 👾

We are Guilherme Gurian Dariani and Gustavo Duarte Verçosa, undergraduate students in Science and Technology at Ilum School of Science, a college of the Brazilian Center for Research in Energy and Materials (CNPEM). Within the challenging curriculum, we have subjects related to Material Science every semester. This repository was created as part of the Chemical Kinetics course and will be constantly updated until the fourth semester concludes.

Quick explanation

Why Chemical Kinetics? Considering the physical-chemical aspects, Professor Amauri Jardim de Paula decided to conduct a computational study to analyze models of chemical reactions, primarily focusing on gases.

The main focus of the course will be a computational simulation that should be divided into three phases, as outlined in the problem presentation document. After completing each of these stages, student groups should submit the developed code in the Jupyter Lab environment, in .ipynb format, which should contain detailed descriptions of the models, theoretical considerations, calculations, and other relevant information.

Throughout the work with the proposed problem, it is expected that students will acquire competencies such as the ability to identify variables and processes related to chemical reaction systems, as well as the ability to organize and structure solutions to the challenges presented. Furthermore, it is expected that they understand the underlying physico-chemical concepts of the problem and be able to analyze, interpret, and discuss the obtained results, preparing high-quality scientific reports.

What do we have here?

In this repository, we have two branches:

  • dev: it is the branch where developers work on their individual tasks; it can be unstable and contain code in development, so it is not recommended for production deployment.

  • main: it is the main and stable branch of the project; it is considered ready for production deployment.