OpenFLUID.removeSimulatorParamR Documentation

Removes a simulator parameter

Description

Removes a simulator parameter

Usage

OpenFLUID.removeSimulatorParam(ofblob, simid, paramname)

Arguments

ofblob

the simulation definition blob

simid

the simulation simulator id

paramname

the name of the parameter

See Also

OpenFLUID.getSimulatorParam

OpenFLUID.setSimulatorParam

Examples

## Not run: 
OpenFLUID.removeSimulatorParam(ofsim,"my.simulator","coeff")

## End(Not run)