OpenFLUID.getInputDataR Documentation

Returns an inputdata value for a given spatial unit

Description

Returns an inputdata value for a given spatial unit

Usage

  OpenFLUID.getInputData(ofblob, unitclass, unitid,
    idataname)

Arguments

ofblob

the simulation definition blob

unitclass

the unit class

unitid

the unit ID

idataname

the name of the inputdata

Value

the inputdata value

See Also

OpenFLUID.createInputData

OpenFLUID.setInputData

Examples

## Not run: 
val = OpenFLUID.getInputData(ofsim,"SU",18,"length")

## End(Not run)