OpenFLUID.getSimulatorsIDsR Documentation

Returns all the simulators IDs called by the model

Description

Returns all the simulators IDs called by the model

Usage

OpenFLUID.getSimulatorsIDs(ofblob)

Arguments

ofblob

the simulation definition blob

Value

a vector of simulators IDs

See Also

OpenFLUID.getGeneratorsVarNames

OpenFLUID.getObserversIDs

Examples

## Not run: 
varnames = OpenFLUID.getSimulatorsIDs(ofsim)

## End(Not run)