Skip to contents

Generates an R script from an existing `.prj` benchmark file.

Usage

ogs6_generate_benchmark_script(
  prj_path,
  sim_path,
  ogs6_bin_path,
  script_path,
  read_in_gml = FALSE,
  read_in_vtu = FALSE
)

Arguments

prj_path

string: `.prj` file the script will be based on

sim_path

string: Path where all simulation files will be saved

ogs6_bin_path

string: Path to OpenGeoSys executable. Defaults to options("r2ogs6.default_ogs6_bin_path").

script_path

string: Path where benchmark script will be saved

read_in_gml

flag: Optional: Should `.gml` file just be copied or read in too?

read_in_vtu

flag: Optional: Should `.vtu` file(s) just be copied or read in too?