OpenFLUID.getSimulatorParamR Documentation

Returns the value of a simulator parameter

Description

Returns the value of a simulator parameter

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)