66 Here is the input files for the dynamo benchmark case 0.
77This example consists of the following files and directories
88
9- control_MHD: control file for simulation
10- control_snapshot: control file for data analysis
11- control_mid_depth: control file for sectioning at mid-depth of the shell
9+ control_MHD: Control file for simulation
10+ control_snapshot: Control file for data analysis
11+ control_mid_depth: Control file for sectioning at mid-depth of the shell
1212
13- sph_lm31r48c_4: Directory for spherical harmonics index table
14- rst_4: Directory for restart files
15- field: Directory for field data files
16- monitor: Directory for time series data files
13+ sph_lm31r48c_4: Directory for spherical harmonics index table
14+ rst_4: Directory for restart files
15+ field: Directory for field data files
16+ monitor: Directory for time series data files
17+ sections: Directory for field cross-section data files
1718
1819This example run with 4 MPI processes. The simulation procedure is the following
1920
@@ -28,7 +29,7 @@ This example run with 4 MPI processes. The simulation procedure is the following
2829 rst_ctl dynamo_benchmark_0
2930 to
3031 rst_ctl start_from_rst_file
31- And, start simulation again by 2 .
32+ And, start simulation again by procedure 1 .
3233
3334 In the continuous runs, The time series data defined in "sph_monitor_ctl" block will be appended if time series data files are exist.
3435
@@ -51,7 +52,7 @@ This example run with 4 MPI processes. The simulation procedure is the following
5152The following data is written in each column.
5253 t_step: Time step
5354 time: Time
54- KE_total: Total kinetic energy in the shell
55+ KE_total: Average kinetic energy in the shell
5556 v_phi: $\phi$-component of the velocity at the requested point. (Average of the four requested points)
5657 temperature: Temperature at the requested point. (Average of the four requested points)
5758 Average_drift_vr: Drift frequency obtained by the position of the requested points (Average of the four requested points)
0 commit comments