OpenFLUID.getGeneratorParamR Documentation

Returns a generator parameter value

Description

Returns a generator parameter value

Usage

OpenFLUID.getGeneratorParam(ofblob, unitclass, varname, paramname)

Arguments

ofblob

the simulation definition blob

unitclass

the unit class to which the generator is applied

varname

the variable name to which the generator is applied

paramname

the name of the parameter

Value

the parameter value

See Also

OpenFLUID.setGeneratorParam

Examples

## Not run: 
val = OpenFLUID.getGeneratorParam(ofsim,"SU","var.flux","fixedvalue")

## End(Not run)