FlowPro

CFD software written in JAVA



Quick start

For quick start of FlowPro software simply download the Flow pro kernel from download page. Unzip file and start run.bat file. The sample simulation should start.

Modules

The mathematical models and body dynamics are placed in modules. For use of new module, simple download it from download page and put it into subfolder modules inside FlowPro. Before module use, the class-path in FlowPro manifes have to be update. It can be done using a FlowProManager tool. Open a cmd in FlowPro folder and run "java -jar FlowProManager.jar update". The manifest file will be update.

Matlab/Python interface

A direct use of FlowPro software for common user could be complicated, because FlowPro is not member of "user friendly" software family. From this reason the Matlab/Python interface was writen. This interface help with mesh generation, parameters setup, runing the simulation and results ploting. Thanks this interface, we hope that the use of FlowPro software will be easy for everyone.

Directory structure

The basic directory structure is shown in figure below. All of activities (meshing, seting parameters, ploting results, etc...) can be done from Matlab/Python directory. For quicker orientation, there are several types of examples at the list beside.

Fig1. Basic FlowPro directory structure.