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.
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.