inductiva / wind-tunnel

Example of a virtual Wind Tunnel implementation with Inductiva API.
1 stars 2 forks source link

Simplify domain structure and post_processing #2

Closed IvanPombo closed 9 months ago

IvanPombo commented 10 months ago

This PR simplifies the model structure with the domain being decomposed into multiple variables. The flow_velocity remains a Tuple, to simplify iteration in scripts, otherwise, numpy would have to be everywhere.

Moreover, the post_processing.py was cleaned of unnecessary structure.