| OpenFLUID.setGeneratorParams | R Documentation |
Sets values of generator parameters
OpenFLUID.setGeneratorParams(ofblob, unitclass, varname, paramvals)
ofblob |
the simulation definition blob |
unitclass |
the unit class to which the generator is applied |
varname |
the variable name to which the generator is applied |
paramvals |
the value of the parameters in a data.frame, with parameters names as columns names |
OpenFLUID.setModelGlobalParams
OpenFLUID.setObserverParams
OpenFLUID.setSimulatorParams
## Not run:
OpenFLUID.setGeneratorParams(
ofsim,
"SU", "var.flux",
data.frame("min"=0.0, "max"=1.0)
)
## End(Not run)