by Rodolfo Rodrigues on August 10th, 2011 at 11:30 pm in Process simulation, Softwares with 2 comments
Tagged with c++, Cantera, chemical kinetics, chemical reactor engineering, fortran, linux, Matlab, object-oriented tool, open source, python

I feel comfortable writing some words about Cantera, an open source tool, because I have been an user for approximately 2 years. I will use words of project itself to introduce it:
Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes. An object-oriented tool means a wide range of applications since independent compiled code to external software integration.
Read more of this »
by Rodolfo Rodrigues on August 18th, 2009 at 2:05 pm in Computational fluid dynamics, Computer-aided design, Process simulation, Softwares with 5 comments
Tagged with c++, CFD, linux, numerical computation, OpenFOAM

The OpenFOAM (Open Field Operation and Manipulation) is an open source CFD toolbox produced by OpenCFD Ltd from UK. It can simulate anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics, electromagnetics and the pricing of financial options.
The core technology of OpenFOAM is a flexible set of efficient C++ modules. These are used to build a wealth of: solvers, to simulate specific problems in engineering mechanics; utilities, to perform pre- and post-processing tasks ranging from simple data manipulations to visualisation and mesh processing; libraries, to create toolboxes that are accessible to the solvers/utilities, such as libraries of physical models.
Read more of this »