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)

Arguments

path

the full path of the dataset to open

Value

a simulation definition blob

See Also

OpenFLUID.runSimulation

OpenFLUID.openProject

Examples

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

## End(Not run)