OpenFLUID.getModelGlobalParamR Documentation

Returns the value of a global parameter of the model

Description

Returns the value of a global parameter of the model

Usage

OpenFLUID.getModelGlobalParam(ofblob, paramname)

Arguments

ofblob

the simulation definition blob

paramname

the name of the parameter

Value

the parameter value

See Also

OpenFLUID.setModelGlobalParam

OpenFLUID.removeModelGlobalParam

Examples

## Not run: 
val = OpenFLUID.getModelGlobalParam(ofsim, "gvalue")

## End(Not run)