OpenFLUID.setModelGlobalParamR Documentation

Sets a model global parameter value

Description

Sets a model global parameter value

Usage

  OpenFLUID.setModelGlobalParam(ofblob, paramname,
    paramval)

Arguments

ofblob

the simulation definition blob

paramname

the name of the parameter

paramval

the value of the parameter

See Also

OpenFLUID.getModelGlobalParam

Examples

## Not run: 
OpenFLUID.setModelGlobalParam(ofsim,"gvalue",37.2)

## End(Not run)