
An OpenFLUID project can be run using OpenFLUID-Engine or OpenFLUID-Builder software. It is a directory including:
openfluid-project.conf file containing informations about the project, IN subdirectory containing the input dataset, OUT subdirectory as the default output directory, containing the simulation results if any. The openfluid-project.conf contains the name of the project, the description of the project, the authors, the creation date, the date of the latest modification, and a flag for incremental output directory (this feature is currently disabled).
For example, if you wish to run a simulation with openfluid-engine, using the project located in /absolute/path/to/workdir/a_dummy_project, the command line to use is:
openfluid-engine -w /absolute/path/to/workdir/a_dummy_project
1.8.6