OpenFLUID.getSimulatorParamNamesR Documentation

Returns all the parameters of a simulator

Description

Returns all the parameters of a simulator

Usage

OpenFLUID.getSimulatorParamNames(ofblob, simid)

Arguments

ofblob

the simulation definition blob

simid

the simulator ID

Value

a vector of parameters names

See Also

OpenFLUID.getModelGlobalParamNames

OpenFLUID.getGeneratorParamNames

OpenFLUID.getObserverParamNames

Examples

## Not run: 
varnames = OpenFLUID.getSimulatorParamNames(ofsim,simid)

## End(Not run)