Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
example_user_init.cfg
Go to the documentation of this file.
1 name = "user_init";
2 param = (
3  {
4  type = "string";
5  name = "output_dir";
6  comment = "Output directory";
7  value = "output";
8  },
9  {
10  type = "int";
11  name = "restart";
12  comment = "If restart is 1 (TRUE), the simulation will continue with data from a previous run";
13  value = 0;
14  },
15  {
16  type = "string";
17  name = "load_file";
18  comment = "If restart is TRUE, the name of the file with data from previous run, otherwise empty";
19  value = "";
20  },
21  {
22  type = "double";
23  name = "end_t";
24  comment = "End time";
25  value = 0.600;
26  }
27 );