Structure of an openfluid project
Todo:

An OpenFLUID project can be run using OpenFLUID-Engine or OpenFLUID-Builder software. It is a directory including: {itemize} a {.openfluidprj} file containing informations about the project, an {IN} subdirectory containing the input dataset, an {OUT} subdirectory as the default output directory, containing the simulation results if any. {itemize}

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}, the command line to use is:\ {openfluid-engine -w /absolute/path/to/workdir/a}\


 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines