OpenFLUID.setFunctionParamR Documentation

Sets a function parameter value

Description

Sets a function parameter value

Usage

  OpenFLUID.setFunctionParam(ofblob, funcid, paramname,
    paramval)

Arguments

ofblob

the simulation definition blob

funcid

the simulation function id

paramname

the name of the parameter

paramval

the parameter value

See Also

OpenFLUID.getFunctionParam

Examples

## Not run: 
OpenFLUID.setFunctionParam(ofsim,"my.function","coeff",3)

## End(Not run)