OpenFLUID.getSimulatorParamsR Documentation

Returns simulator parameter values

Description

Returns simulator parameter values

Usage

OpenFLUID.getSimulatorParams(ofblob, simid, paramnames)

Arguments

ofblob

the simulation definition blob

simid

the simulator ID

paramnames

names of the parameters

Value

the parameter values

See Also

OpenFLUID.getObserverParams

OpenFLUID.getSimulatorParams

Examples

## Not run: 
vals = OpenFLUID.getSimulatorParams(ofsim,"my.simulator",c("coeff","coeff"))

## End(Not run)