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
The **ReadSubzoneTecplot** module reads Tecplot 360 Sub-Zone Load-on-demand (`*.szplt`) data from a directory. Only structured (ordered) zones are supported. All .szplt files found in the input directory are considered according to the selected time-step range and step increment.
6
+
7
+
## Ports
8
+
[moduleHtml]:<>
9
+
10
+
11
+
-`grid_out` — structured grid (all subzones)
12
+
-`field_out_0` .. `field_out_4` — data fields chosen by the user (up to five).
13
+
14
+
The first output port (`grid_out`) provides the structured geometry. The remaining ports provide solution fields selected via the module parameters.
15
+
16
+
[parameters]:<>
17
+
18
+
## Behavior
19
+
20
+
- If `static_geometry` is enabled, the grid is loaded once from the specified reference time step (`static_ref_timestep`) and reused for all output timesteps.
21
+
- If `static_geometry` is disabled, the geometry is reloaded for each requested timestep.
22
+
- Data fields are attached to the corresponding `field_out_*` ports only if the selected field exists in the file/zone; missing fields are skipped.
0 commit comments