GrapleRunExperiment: Used to run a batch experiment with mutiple simulations in...

Description Usage Arguments Value Examples

Description

Used to run a batch experiment with mutiple simulations in the root directory also, an optional filter can be run on the results generated

Usage

1
GrapleRunExperiment(grapleObject, filterName)

Arguments

grapleObject

A Graple Object

filterName

An optional post-process filter name

Value

The status message is updated on Graple object and the Graple object is returned

Examples

1
2
3
4
5
## Not run: 
grapleObject <- Graple(ExpRootDir="C:/InputDirectory", ResultsDir="C:/ResultsDirectory", TempDir = tempdir())
GrapleRunExperiment(grapleObject, 'ExtractVariables')

## End(Not run)

GRAPLE/GRAPLEr documentation built on Oct. 7, 2020, 4:12 p.m.