simdata#

Read and access simulation data stored in the Hellotriangle (.ht5) HDF5-based format.

Provides the SimData and Part classes to load metadata, parts, meshes, and field data across timesteps.

Constructor#

Property methods#

SimData.times

Return the simulation time values.

SimData.frames

Return the frame names.

SimData.n_frames

Return the number of available frames.

SimData.part_names

Return the names of all parts.

Other#

SimData.get_mesh

Construct a mesh for a given part and frame.