OpenFLUID.setSimulatorParamR Documentation

Sets a simulator parameter value

Description

Sets a simulator parameter value

Usage

OpenFLUID.setSimulatorParam(ofblob, simid, paramname, paramval)

Arguments

ofblob

the simulation definition blob

simid

the simulation simulator id

paramname

the name of the parameter

paramval

the parameter value

See Also

OpenFLUID.getSimulatorParam

OpenFLUID.removeSimulatorParam

Examples

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

## End(Not run)