OpenFLUID.getSimulatorParamR Documentation

Returns a simulator parameter value

Description

Returns a simulator parameter value

Usage

OpenFLUID.getSimulatorParam(ofblob, simid, paramname)

Arguments

ofblob

the simulation definition blob

simid

the simulator ID

paramname

the name of the parameter

Value

the parameter value

See Also

OpenFLUID.setSimulatorParam

OpenFLUID.removeSimulatorParam

Examples

## Not run: 
val = OpenFLUID.getSimulatorParam(ofsim,"my.simulator","coeff")

## End(Not run)