| OpenFLUID.runProject | R Documentation |
Runs a project and returns a simulation definition blob
OpenFLUID.runProject(path, verbose = FALSE)
path |
the full path of the dataset to open |
verbose |
enable/disable verbose mode |
OpenFLUID.runSimulation
OpenFLUID.openProject
## Not run:
ofsim = OpenFLUID.runProject("/path/to/dataset")
ofsim = OpenFLUID.runProject("/path/to/dataset",verbose = TRUE)
## End(Not run)