AMReX-Combustion / PeleLMeX

An adaptive mesh hydrodynamics simulation code for low Mach number reacting flows without level sub-cycling.
https://amrex-combustion.github.io/PeleLMeX/
BSD 3-Clause "New" or "Revised" License
24 stars 32 forks source link

Reading input data from HDF5 file #221

Closed bazharz closed 10 months ago

bazharz commented 1 year ago

Is it possible to read input data from hdf5 file?

baperry2 commented 1 year ago

PeleLMeX does not support reading input data from hdf5 files. When loading init data from a plt file, AMReX native format plt files must be used.

esclapez commented 1 year ago

The main reason being that there is currently no support for reading HDF5 AMR data in AMReX.

baperry2 commented 10 months ago

Closing this as implementation is not planned and would be dependent on AMReX development