comsol_exe_nruns: Function to execute Comsol Modell with defined parameters

View source: R/comsol_exe_nruns.R

comsol_exe_nrunsR Documentation

Function to execute Comsol Modell with defined parameters

Description

Function to execute Comsol Modell with defined parameters

Usage

comsol_exe_nruns(
  modelname,
  data_list,
  outfile_names,
  outfile_raw = "CO2_optim.txt",
  COMSOL_progammpath = COMSOL_progammpfad,
  COMSOL_exepath = COMSOL_exepfad,
  job = "b1",
  overwrite = F,
  inj_fun = "mean",
  nruns = 10
)

Arguments

modelname

name of the Comsol Modell without .mph ending

outfile_raw

name that COMSOL gives the outputfile

COMSOL_progammpath

path to COMSOL project file

COMSOL_exepath

path to comsolbatch.exe

job

name of the job that is defined in the COMSOL project file

overwrite

should existing modellresults be overwritten or not


laurin-f/pkg.WWM documentation built on July 19, 2023, 12:04 a.m.