ORNL-MDF / 3DThesis

Heat transfer code utilizing a nondimensionalized semi-analytic solution to moving heat sources with a 3D Gaussian power density
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Add HDF5 Native Output Support #16

Open wongooz opened 4 days ago

wongooz commented 4 days ago

There is interest in directly wrapping the outputs, especially the time-temperature histories, into an HDF5 container. Direct visualization in Paraview requires creating an accompanying XDMF file which is also beneficial.

gknapp1 commented 1 day ago

@JamieStumpORNL implemented a draft of writing the output of the time-temperature histories to a single CSV in 46988b1. It's not quite HDF5 support, but does that help with your data processing pipeline?

wongooz commented 13 hours ago

I have had issues compiling this fix that I'm working through, but conceptually it should make the process easier.

JamieStumpORNL commented 13 hours ago

That branch ("JamieChanges") has mandatory mpi, so maybe just wait until it gets merged with the main branch where mpi isn't required (should compile the same as what you had before)

gknapp1 commented 12 hours ago

I'll work with Jamie to get the single output file feature pulled out of his branch and into main. That pull request will get linked to this issue, so you should get a notification once it is merged into main.