OpenFLUID.setModelGlobalParamsR Documentation

Sets a value of a global parameter of the model

Description

Sets a value of a global parameter of the model

Usage

OpenFLUID.setModelGlobalParams(ofblob, paramvals)

Arguments

ofblob

the simulation definition blob

paramvals

the values of the parameters in a data.frame, with parameters names as columns names

See Also

OpenFLUID.setModelGlobalParams

OpenFLUID.setSimulatorParams

OpenFLUID.setObserverParams

Examples

## Not run: 
OpenFLUID.setModelGlobalParams(
  ofsim,
  data.frame("gvalue1"=37.2, "gvalue2"=14.6)
)

## End(Not run)