OpenFLUID.setObserverParamsR Documentation

Sets observer parameter values

Description

Sets observer parameter values

Usage

OpenFLUID.setObserverParams(ofblob, obsid, paramvals)

Arguments

ofblob

the simulation definition blob

obsid

the simulation observer id

paramvals

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

See Also

OpenFLUID.setModelGlobalParams

OpenFLUID.setGeneratorParams

OpenFLUID.setSimulatorParams

Examples

## Not run: 
OpenFLUID.setObserverParams(ofsim,"my.observer",data.frame("valueA"=3,"valueB"=6.7))

## End(Not run)