OpenFLUID.getGeneratorParamsR Documentation

Returns generator parameter values

Description

Returns generator parameter values

Usage

OpenFLUID.getGeneratorParams(ofblob, unitclass, varname, paramnames)

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

paramnames

the names of the parameters

Value

the parameter values

See Also

OpenFLUID.getModelGlobalParams

OpenFLUID.getObserverParams

OpenFLUID.getSimulatorParams

Examples

## Not run: 
val = OpenFLUID.getGeneratorParams(ofsim,"SU","var.flux",c("min","max"))

## End(Not run)