Skip to content

create_res_sim: directly create HDF5/MAT/PVD from nodout #88

@mlp6

Description

@mlp6

Right now the disp.dat binary file that is created is a bit of a legacy since most data is now being access via HDF5 or ParaView (PVD). The create_res_sim.extract3Darfidata method currently relies on a disp.dat input, but disp.dat is almost always being created from nodout, so really no need to have that intermediate step. Probably steps to consider:

  1. Replace read and formatted disp.dat input with doing so with nodout.
  2. Make sure that HDF5 file can be used as input to generate PVD files for ParaView (or make sure that ParaView can directly read the HDF5 file).
  3. Write a Matlab function to extract the equivalent of res_sim.mat from the HDF5 file.

Once these things are done, then disp.dat should no longer be needed for any future sims and all existing functionality would remain for existing datasets and backward compatibility.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions