OpenFLUID.loadResultR Documentation

Loads results as a dataframe, giving output dataset informations

Description

Loads results as a dataframe, giving output dataset informations

Usage

  OpenFLUID.loadResult(ofblob, unitclass, unitid, suffix)

Arguments

ofblob

the simulation definition blob

unitclass

the unit class

unitid

the unit ID

suffix

the output dataset suffix

Value

a dataframe containing the simulation results

See Also

OpenFLUID.loadResultFile

Examples

## Not run: 
resSU18 = OpenFLUID.loadResult(ofsim,"SU",18,"full")
resRS1 = OpenFLUID.loadResult(ofsim,"RS",1,"waterlevel")

## End(Not run)