OpenFLUID.openProjectR Documentation

Opens a project and returns a simulation definition blob

Description

Opens a project and returns a simulation definition blob

Usage

OpenFLUID.openProject(path)

Arguments

path

the full project to open

Value

a simulation definition blob

See Also

OpenFLUID.openDataset

OpenFLUID.runProject

Examples

## Not run: 
ofsim = OpenFLUID.openProject("/path/to/project")

## End(Not run)