You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a `<project_name>_results` folder containing all the output files from the simulation.
@@ -40,6 +41,16 @@ By default only `.last` files are saved. Thes contains only the _last_ simulated
40
41
41
42
You can also set `out_files = true` when calling `run_simulation`. This results in the writing of `.out` files which contain the _whole_ simulation history, i.e., all the cardiac cycles simulated.
42
43
43
-
### Format
44
+
When setting `save_stats=true`, a `<project_name>.conv` file is written in the results dolder. This reads
45
+
46
+
```
47
+
<has the simulation converged> # boolean: true or false
48
+
<elapsed cardiac cycles> # integer
49
+
<elapsed time> # float, seconds
50
+
<memory allocated> # integer, bytes
51
+
<garbace collection % time> # float, percentage
52
+
```
53
+
54
+
### `.last`/`.out` Format
44
55
45
56
These files contain as many rows as defined in the config by the `jump` parameter (default `100`), and 6 columns. The first column contains the simulation time for the current cardiac cycles; column 2-6 report waveforms at five locations along the vessel, namely _inlet_, _1/4th_ of the length, _mid-point_, _3/4th_ of the length and _outlet_.
0 commit comments