OpenFLUID.setInputDataR Documentation

Sets an inputdata value for a given spatial unit

Description

Sets an inputdata value for a given spatial unit

Usage

  OpenFLUID.setInputData(ofblob, unitclass, unitid,
    idataname, idataval)

Arguments

ofblob

the simulation definition blob

unitclass

the unit class

unitid

the unit ID

idataname

the name of the inputdata

idataval

the value of the inputdata

See Also

OpenFLUID.createInputData

OpenFLUID.getInputData

Examples

## Not run: 
OpenFLUID.setInputData(ofsim,"SU",18,"length",12.3)
OpenFLUID.setInputData(ofsim,"SU",18,"CODE","ABC")

## End(Not run)