OpenFLUID.removeModelGlobalParamR Documentation

Removes a global parameter of the model

Description

Removes a global parameter of the model

Usage

OpenFLUID.removeModelGlobalParam(ofblob, paramname)

Arguments

ofblob

the simulation definition blob

paramname

the name of the parameter

See Also

OpenFLUID.getModelGlobalParam

OpenFLUID.setModelGlobalParam

Examples

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

## End(Not run)