loganoz / horses3d

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

Added addons: horses2foam #107

Closed hmarbona closed 1 year ago

hmarbona commented 1 year ago

This addons convert .hsol to foam format in Paraview. Doesnt change the core part of the code

Andres-MG commented 1 year ago

Should we add this to the docs?

loganoz commented 1 year ago

If I understand correctly, @hmarbona, you copied the sources of horses2plt to create this new add-on. That means that if new functionalities were added to horses2plt, these would need to be added manually to horses2foam, right?

hmarbona commented 1 year ago

Correct, the outputVariables module was modified from horses2plt, so new function needs to be added manually

loganoz commented 1 year ago

@hmarbona, what's the status of this pull request?

hmarbona commented 1 year ago

I havent worked to combine it. I will try to do it this week, shouldnt take much time.

hmarbona commented 1 year ago

This pull request can be closed as it has been accommodated by other request.