@@ -37,11 +37,11 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
37
37
float[层数][组件数],三维组件燃耗分布,层顺序从底到顶,组件顺序: **方形组件堆型为从左到右,从上到下;
38
38
六角形组件堆型为从左到右,从下到上 **。
39
39
40
- .. note :: 这里 ``float[层数][组件数]`` 表示为两维单精度数组,若在HDF Viewer或者vscode中查看该数组,
41
- 第一维(行)为层编号,第二维(列)为组件编号,下同。
42
-
43
40
包含的 `HDF5 attribute `_:``unit ``,字符串,燃耗单位。
44
41
42
+ .. note :: 这里 ``float[层数][组件数]`` 表示为两维单精度数组,若在HDF Viewer或者vscode中查看该数组,
43
+ 第一维(行)为层编号,第二维(列)为组件编号,下同。
44
+
45
45
.. _h5_axial_burnup_distribution :
46
46
47
47
:axial_burnup_distribution:
@@ -105,11 +105,10 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
105
105
106
106
包含的 `HDF5 attribute `_:``unit ``,字符串,燃耗单位。
107
107
108
- .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
109
-
110
108
对该数据可视化请参阅 :ref: `plot_burnup_distribution_pin_radial_slice ` 和
111
109
:ref: `plot_burnup_distribution_pin_axial_slice `。
112
110
111
+ .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
113
112
114
113
.. _statepoint_cmfd :
115
114
@@ -125,9 +124,9 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
125
124
float[层数][栅元数][能群数],三维栅元的中子平衡性偏差,层顺序从底到顶,栅元顺序同
126
125
:ref: `h5_integral_pin_burnup_distribution `,能群默认为单群。
127
126
128
- .. note :: 这里的栅元中子平衡性偏差是: (裂变产生-散射进入-移出-泄漏)/移出。因此该值越小表示栅元中子平衡性关系越好。
127
+ .. note :: 这里的栅元中子平衡性偏差是: (裂变产生-散射进入-移出-泄漏)/移出。因此该值越小表示栅元中子平衡性关系越好。
129
128
130
- .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MAXIMUM`` 时才会输出。
129
+ .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MAXIMUM`` 时才会输出。
131
130
132
131
133
132
.. _statepoint_dancoff_factors :
@@ -143,10 +142,10 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
143
142
:group_averaged_dancoff_factors:
144
143
float[层数][共振区数][1],三维能群平均的共振区Dancoff因子,层顺序从底到顶,共振区顺序同栅元顺序。
145
144
146
- .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
147
-
148
145
对该数据可视化请参阅 :ref: `plot_dancoff_factors `。
149
146
147
+ .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
148
+
150
149
151
150
.. _statepoint_flux_distribution :
152
151
@@ -170,11 +169,11 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
170
169
:ref: `h5_integral_pin_burnup_distribution `,能群数为2,
171
170
顺序为 ``[epithermal, thermal] ``。
172
171
173
- .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
174
-
175
172
对该数据可视化请参阅 :ref: `plot_flux_distribution_cell_radial_slice ` 和
176
173
:ref: `plot_flux_distribution_cell_axial_slice `。
177
174
175
+ .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
176
+
178
177
.. _h5_integral_assembly_flux_distribution :
179
178
180
179
:integral_assembly_flux_distribution:
@@ -188,11 +187,11 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
188
187
float[MOC网格数][能群数],第i层的细网(MOC网格)通量分布,能群数为2,
189
188
顺序为 ``[epithermal, thermal] ``。
190
189
191
- .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MAXIMUM`` 时才会输出。
192
-
193
190
对该数据可视化请参阅 :ref: `plot_flux_distribution_mesh_radial_slice ` 和
194
191
:ref: `plot_flux_distribution_mesh_axial_slice `。
195
192
193
+ .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MAXIMUM`` 时才会输出。
194
+
196
195
.. _h5_plane_flux_distribution :
197
196
198
197
:plane_flux_distribution:
@@ -210,8 +209,8 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
210
209
该 `HDF5 group `_ 包含所有燃耗区的重要核素的核子密度信息,由若干个以核素名称命名的 `HDF5 dataset `_ 组成:
211
210
212
211
.. note :: 当输出类型 :ref:`output_type` 为 ``MAXIMUM`` 时,输出I-135, Xe-135, Pm-149, Sm-149,
213
- U-235, U-238, Pu-239, Pu-241共8种核素;当输出类型 :ref: `output_type ` 为 ``MEDIUM `` 或 `` MINIMUM `` 时,
214
- 不再输出 :ref: `statepoint_nuclide_number_density `。
212
+ U-235, U-238, Pu-239, Pu-241共8种核素;当输出类型 :ref: `output_type ` 为 ``MEDIUM `` 或
213
+ `` MINIMUM `` 时, 不再输出 :ref: `statepoint_nuclide_number_density `。
215
214
216
215
.. _h5_nuclide_number_density :
217
216
@@ -309,11 +308,11 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
309
308
:pin_power_distribution:
310
309
float[层数][栅元数],三维栅元(棒)功率分布,层顺序从底到顶,栅元顺序同 :ref: `h5_integral_pin_burnup_distribution `。
311
310
312
- .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
313
-
314
311
对该数据可视化请参阅 :ref: `plot_power_distribution_pin_radial_slice ` 和
315
312
:ref: `plot_power_distribution_pin_axial_slice `。
316
313
314
+ .. note :: 该数组只有当输出类型 :ref:`output_type` 为 ``MEDIUM或MAXIMUM`` 时才会输出。
315
+
317
316
318
317
.. _statepoint_summary :
319
318
@@ -375,10 +374,10 @@ CRANE的HDF5结果文件除包含所有计算结果数据外,还保存了用
375
374
:average_number_densities:
376
375
float[可燃核素数],可燃耗核素平均核子密度,对应的可燃耗核素名称见 :ref: `h5_depletable_nuclide_names `。
377
376
378
- .. note :: 这里的平均指的是对存在相应核素的所有燃耗区进行体积平均。
379
-
380
377
包含的 `HDF5 attribute `_:``unit ``,字符串,核子密度单位。
381
378
379
+ .. note :: 这里的平均指的是对存在相应核素的所有燃耗区进行体积平均。
380
+
382
381
.. _h5_average_outlet_temperature :
383
382
384
383
:average_outlet_temperature:
0 commit comments