| ROpenFLUID | R Documentation |
Provides a collection of functions to load, parameterize, run and analyze OpenFLUID simulations within the GNU R environment.
| Package: | ROpenFLUID |
| Type: | Package |
| Version: | |
| Date: | |
| License: | GPLv3 |
| LazyLoad: | yes |
Jean-Christophe Fabre <fabrejc@supagro.inra.fr>
## Not run:
# load OpenFLUID library
library("ROpenFLUID")
# add optional paths to search for simulators
OpenFLUID.addExtraSimulatorsPaths("/path/to/simulators")
# open an input dataset
ofsim = OpenFLUID.openDataset("/path/to/dataset")
# set the output dir
OpenFLUID.setCurrentOutputDir("/path/to/output")
# run the simulation
OpenFLUID.runSimulation(ofsim)
## End(Not run)