OpenFLUID.getAttributesNamesR Documentation

Returns all the attributes of an unit class

Description

Returns all the attributes of an unit class

Usage

OpenFLUID.getAttributesNames(ofblob, unitclass)

Arguments

ofblob

the simulation definition blob

unitclass

the class unit

Value

a vector of attributes names

See Also

OpenFLUID.getModelGlobalParamNames

OpenFLUID.getGeneratorParamNames

OpenFLUID.getSimulatorParamNames

OpenFLUID.getObserverParamNames

Examples

## Not run: 
varnames = OpenFLUID.getAttributesNames(ofsim,unitclass)

## End(Not run)