| OpenFLUID.getUnitsIDs | R Documentation |
Returns the existing units IDs for a given units class
OpenFLUID.getUnitsIDs(ofblob, unitsclass)
ofblob |
the simulation definition blob |
unitsclass |
the units class |
a vector of units IDs
OpenFLUID.getUnitsClasses
## Not run: ids = OpenFLUID.getUnitsIDs(ofsim, "SU") ## End(Not run)