OpenFLUID.getFunctionParamR Documentation

Returns a function parameter value

Description

Returns a function parameter value

Usage

  OpenFLUID.getFunctionParam(ofblob, funcid, paramname)

Arguments

ofblob

the simulation definition blob

funcid

the simulation function id

paramname

the name of the parameter

Value

the parameter value

See Also

OpenFLUID.setFunctionParam

Examples

## Not run: 
val = OpenFLUID.getFunctionParam(ofsim,"my.function","coeff")

## End(Not run)