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
Copy file name to clipboardExpand all lines: examples/dynamo_benchmark/dynamobench_case_1/README
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,11 @@ The parallelization information and initial field is built in the beginning of p
45
45
3. The following data is written:
46
46
field/out.#.vtk.gz: Visualization data for whole domain with gzipped VTK format
47
47
rst_4/rst.#.fst.gz: Restart data with gzipped ASCII data merged over MPI processes
48
-
sections/equator.#.vtk: Visualization data for equatorial plane with gzipped VTK format
48
+
sections/equator.#.vtk.gz: Visualization data for equatorial plane with gzipped VTK format
49
49
sections/mid_depth.#.vtk: Visualization data for mid-depth of the fluid shell with VTK format
50
-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
51
-
sections/cylinder_s055.#.vtk: Visualization data for equatorial plane with gzipped VTK format
52
-
sections/section_z03.#.vtk: Visualization data for equatorial plane with gzipped VTK format
53
-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
54
-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
55
-
sections/CMB.#.vtk: Visualization data for equatorial plane with gzipped VTK format
50
+
sections/CMB.#.vtk.gz: Visualization data for equatorial plane with gzipped VTK format
51
+
sections/cylinder_s055.#.sdt: Visualization data for cylinder at s = 0.55 plane with bindary data format
52
+
sections/section_z03.#.sdt.gz: Visualization data for the plane at z = 0.3 with gzipped bindary data format
56
53
57
54
monitor/sph_ave_volume.dat: Time series of volume average of fields.
58
55
monitor/sph_pwr_volume_s.dat: Time series of mean square of fields.
@@ -85,4 +82,9 @@ The following data is written in each column.
85
82
omega_vp44: Drift frequency obtained by l = |m| = 4 components of the poloidal velocity at the mid-depth.
86
83
omega_vt54: Drift frequency obtained by l = 5 and |m| = 4 components of the toroidal velocity at the mid-depth.
87
84
88
-
85
+
5. Data conversion for cross sections.
86
+
Cross section data for the cylinder at s = 0.55 and the plane at z = 0.3 are saved by the (gzipped) bindary format. The program "field_to_VTK" in "bin/utilities" folder can convert these data into VTK format. "field_to_VTK" is a serial program, so it can start by
0 commit comments