fluid flow simulation across a geometry made in 2D
36 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I have started working with Matlab since couple of weeks. I am looking for a possible solution if we can perform in Matlab. I have a flowing geometry in 2D and I would like to find pressure at all the nodes providing the mass flow rate as an input. Also would like to find the distribution across the region.
Would like to understand if such mathematical model is possible in matlab and if so, where do i start.
Thanks in advance.
6 Commenti
Zak
il 28 Ott 2023
If each element is a pipe and you know the flow rate, you can get the pressure drop from the Hagen-Poiseuille equation. At each fork, the mass would have to be conserved. If you can assume that the fluid is incompressible it would be as simple as Q_in = Q_out at each node, although some will have more than one inlet or outlet.
I'm guessing that you'd end up with a big system of equations to solve. At first glance it looks like it would be a linear system, but I didn't work it out.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Fluid Dynamics in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!