OpenFLUID.setSimulatorParamsR Documentation

Sets a simulator parameter values

Description

Sets a simulator parameter values

Usage

OpenFLUID.setSimulatorParams(ofblob, simid, paramvals)

Arguments

ofblob

the simulation definition blob

simid

the simulation simulator id

paramvals

the values of the parameters in a data.frame which column names are parameters names

See Also

OpenFLUID.setModelGlobalParams

OpenFLUID.setGeneratorParams

OpenFLUID.setObserverParams

Examples

## Not run: 
OpenFLUID.setSimulatorParams(ofsim,"my.simulator",data.frame("coeffA"=3,"coeffB"=3.3))

## End(Not run)