OpenFLUID.setSimulatorParamsR Documentation

Sets values of a simulator parameters

Description

Sets values of a simulator parameters

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, with parameters names as columns 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)