OpenFLUID.getModelGlobalParamsR Documentation

Returns the values of global parameters of the model

Description

Returns the values of global parameters of the model

Usage

OpenFLUID.getModelGlobalParams(ofblob, paramnames)

Arguments

ofblob

the simulation definition blob

paramnames

names of the parameters

Value

the parameter values

See Also

OpenFLUID.getGeneratorParams

OpenFLUID.getObserverParams

OpenFLUID.getSimulatorParams

Examples

## Not run: 
vals = OpenFLUID.getModelGlobalParams(ofsim, c("gvalueA","gvalueB"))

## End(Not run)