OpenFLUID.setGeneratorParamR Documentation

Sets a generator parameter value

Description

Sets a generator parameter value

Usage

OpenFLUID.setGeneratorParam(ofblob, unitclass, varname, paramname, paramval)

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

paramval

the value of the parameter

See Also

OpenFLUID.getGeneratorParam

Examples

## Not run: 
OpenFLUID.setGeneratorParam(ofsim,"SU","var.flux","fixedvalue",12.3)

## End(Not run)