uw-comphys / openccm

OpenCCM is a CFD-based compartment modelling software package. It is primarily intended for convection dominated reactive flows which feature a weak or one-way coupling between the reactive species and the carrier fluid, i.e. the reaction does not substantially influence the fluid flow over the course of the simulation.
https://uw-comphys.github.io/openccm/
GNU Lesser General Public License v2.1
0 stars 3 forks source link

Compartment Merging Improvements #31

Closed Alex-Vasile closed 4 months ago

Alex-Vasile commented 4 months ago
  1. Compartments which are only connected to domain inlets/outlets are no longer considered for merging since they don't have anything to be merged into. Such compartments can show up in certain flow reactors, but are very rare outside of structured meshes.
  2. When calculating connections between compartments, we now keep track of if the connection from A -> B was rejected due to being to small to avoid doing the same calculation when it comes time to evaluate B's connections.