ICFD D3plot data structure with moving mesh

sakarapu
sakarapu Member Posts: 3
First Comment
**

Below is the field container snippet from d3plot for model with *ICFD_MESH_MOVE option. The data structure below is totally different from the one with fixed domain. Does anybody know how to decipher this? Thanks.

DPF Fields Container
with 1704 field(s)
defined on labels: domain_id time variable_id

with:
- field 0 {domain_id: 0, time: 1, variable_id: 1021} with Nodal location, 3 components and 2518 entities.
- field 1 {domain_id: 0, time: 1, variable_id: 37} with Nodal location, 1 components and 2518 entities.
- field 2 {domain_id: 0, time: 1, variable_id: 1022} with Nodal location, 3 components and 2518 entities.
- field 3 {domain_id: 0, time: 1, variable_id: 36} with Nodal location, 1 components and 2518 entities.
- field 4 {domain_id: 0, time: 1, variable_id: 45} with Nodal location, 1 components and 2518 entities.
- field 5 {domain_id: 0, time: 1, variable_id: 49} with Nodal location, 1 components and 2518 entities.
- field 6 {domain_id: 0, time: 1, variable_id: 57} with Nodal location, 1 components and 2518 entities.
- field 7 {domain_id: 0, time: 1, variable_id: 50} with Nodal location, 1 components and 2518 entities.
- field 8 {domain_id: 0, time: 1, variable_id: 1024} with Nodal location, 3 components and 2518 entities.
- field 9 {domain_id: 0, time: 1, variable_id: 70} with Nodal location, 1 components and 2518 entities.
- field 10 {domain_id: 0, time: 1, variable_id: 80} with Nodal location, 1 components and 2518 entities.
- field 11 {domain_id: 1, time: 1, variable_id: 1021} with Nodal location, 3 components and 220 entities.
- field 12 {domain_id: 1, time: 1, variable_id: 1027} with Nodal location, 3 components and 220 entities.
- field 13 {domain_id: 1, time: 1, variable_id: 37} with Nodal location, 1 components and 220 entities.
- field 14 {domain_id: 1, time: 1, variable_id: 55} with Nodal location, 1 components and 220 entities.
- field 15 {domain_id: 1, time: 1, variable_id: 36} with Nodal location, 1 components and 220 entities.
- field 16 {domain_id: 1, time: 1, variable_id: 54} with Nodal location, 1 components and 220 entities.
- field 17 {domain_id: 1, time: 1, variable_id: 1029} with Nodal location, 3 components and 220 entities.
- field 18 {domain_id: 1, time: 1, variable_id: 80} with Nodal location, 1 components and 220 entities.
- field 19 {domain_id: 1, time: 1, variable_id: 81} with Nodal location, 1 components and 220 entities.
- field 20 {domain_id: 1, time: 1, variable_id: 1024} with Nodal location, 3 components and 220 entities.
- field 21 {domain_id: 1, time: 1, variable_id: 50} with Nodal location, 1 components and 220 entities.
- field 22 {domain_id: 1, time: 1, variable_id: 1036} with Nodal location, 3 components and 220 entities.
- field 23 {domain_id: 1, time: 1, variable_id: 82} with Nodal location, 1 components and 220 entities.

Answers