Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
example_user_init.cfg File Reference

Go to the source code of this file.

Variables

 name = "user_init"
 
 param
 

Variable Documentation

name = "user_init"

Definition at line 1 of file example_user_init.cfg.

param
Initial value:
= (
{
type = "string";
name = "output_dir";
comment = "Output directory";
value = "output";
},
{
type = "int";
name = "restart";
comment = "If restart is 1 (TRUE), the simulation will continue with data from a previous run";
value = 0;
},
{
type = "string";
name = "load_file";
comment = "If restart is TRUE, the name of the file with data from previous run, otherwise empty";
value = "";
},
{
type = "double";
name = "end_t";
comment = "End time";
value = 0.600;
}
)

Definition at line 2 of file example_user_init.cfg.