OpenFLUID.runProjectR Documentation

Runs a project and returns a simulation definition blob

Description

Runs a project and returns a simulation definition blob

Usage

OpenFLUID.runProject(path, verbose = FALSE)

Arguments

path

the full path of the dataset to open

verbose

enable/disable verbose mode

Value

a simulation definition blob

See Also

OpenFLUID.runSimulation

OpenFLUID.openProject

Examples

## Not run: 
ofsim = OpenFLUID.runProject("/path/to/dataset")
ofsim = OpenFLUID.runProject("/path/to/dataset",verbose=TRUE)

## End(Not run)