View source: R/comsol_exe_nruns.R
comsol_exe_nruns | R Documentation |
Function to execute Comsol Modell with defined parameters
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.