Structure of an openfluid project
Todo:

An OpenFLUID project can be run using OpenFLUID-Engine or OpenFLUID-Builder software. It is a directory including:

The .openfluidprj 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).

[OpenFLUID Project]
Name=a dummy project
Description=
Authors=John Doe
IncOutput=false
CreationDate=20110527T121530
LastModDate=20110530T151431


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


 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines