Building a Fluid Flow Simulation App: Seeking Advice on Pipe Network Architecture
I’m working on creating a web application to simulate piping systems, where you can place pipes precisely and track the fluid flow theoretically (using thermodynamic calculations), including pressure losses, etc. However, as I started coding this feature, I wondered if there’s an existing architecture that could handle elements like branches, separations, bends, elevations, descents, and so on.