8000 The h5 file was generated normally, but the xdmf file did not save any data. · Issue #59 · spectralDNS/spectralDNS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
The h5 file was generated normally, but the xdmf file did not save any data. #59
Open
@my-Pluto

Description

@my-Pluto

Hi,

when I tried to run Isotropic.py from the demo directory, the result of the .h5 file seemed to be generated normally. The results are shown in the figure.
image
image
However, when I checked the .xdmf file, its size was only 1.25 MB, in contrast to the NS_Isotropic_60_60_60_w.h5 file.
When I opened the file in Paraview, the software was unable to read any data. Looking at the file information, It seems that the .xdmf file has no data saved in it.
This file is automatically generated by the following code in the Isotropic.py. No errors were reported during code runtime,

    from mpi4py_fft import generate_xdmf
    if sol.rank == 0:
        generate_xdmf(context.hdf5file.filename+"_w.h5")

Any help would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0