ROpenFLUIDR Documentation

Package for using OpenFLUID within the GNU R environment

Description

This package allows to load, parameterize, run and analyze OpenFLUID simulations within the GNU R environment

Details

Package: ROpenFLUID
Type: Package
Version:
Date:
License: GPLv3 with special exception
LazyLoad: yes

Author(s)

Jean-Christophe Fabre <fabrejc@supagro.inra.fr>

Examples

## 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)