OpenFLUID.runSimulationR Documentation

Runs a simulation from a simulation definition blob

Description

Runs a simulation from a simulation definition blob

Usage

OpenFLUID.runSimulation(ofblob, verbose = FALSE)

Arguments

ofblob

the simulation definition blob

verbose

enable/disable verbose mode

See Also

OpenFLUID.runProject

OpenFLUID.openProject

OpenFLUID.openDataset

Examples

## Not run: 
OpenFLUID.runSimulation(ofsim)
OpenFLUID.runSimulation(ofsim,verbose=TRUE)

## End(Not run)