loganoz / horses3d

HORSES3D: A high-order discontinuous Galerkin solver for flow simulations and multi-physics applications
https://loganoz.github.io/horses3d/
MIT License
113 stars 24 forks source link

Turbulent viscosity plot #113

Open loganoz opened 1 year ago

loganoz commented 1 year ago

Also shock viscosity

Andres-MG commented 1 year ago

What do you think of trying a different .hsol format? The current format is fine for storing a few variables, but I think everything will get very messy if we keep adding stuff. We could do something with HDF5, XML or anything else you know about. It will be much easier to add new outputs, and we can always keep the old reader for backwards compatibility.

If anyone is interested we could probably move this to a discussion.

loganoz commented 1 year ago

I think that using a standard input/output is always a nice feature.

Andres-MG commented 1 year ago

Good, I will start working on a sketch for the new format. It will probably be based on the VTKHDF export tool that I already implemented, but ideas are very much welcome.