3D Computational Fluid Dynamics in mallab is why so tough?
30 views (last 30 days)
Show older comments
Objective : CFD Calculation in Matlab's PDE Toolbox
Goal : 3D flow pressure and velocity plot for the cycilnder pipe.
Flow : Laminar Flow.
Pro's of PDE Toolbox : Best suited for themal conduction and structural formation.
What I am looking for : Solving 3D Navier Strokes equation inside Matlab PDE Toolbox.
Geometry : Pipe (Figure is attached).
Mesh : Wall of Pipe alone, How to messure pressure and velocity inside the pipe?
I gave in the points fashion, to construct my problem statement in clearer manner, Can you please help me to find out pressure and velocity of air inside the pipe?
Thanks in advance.
2 Comments
J. Alex Lee
on 30 Oct 2020
Laminar flow in straight sections of uniform circular pipe does not require 3D flow calculations. Is there a particular reason you want to do this by 3D NS calculations?
Answers (2)
Precise Simulation
on 16 Feb 2021
If you are not restricted to using the PDE toolbox you could possibly use either the CFDTool or FEATool Multiphysics GUI toolboxes which allow you to quite easily set up and perform 3D fluid dynamics simulations and solve them with for example the OpenFOAM and SU2 Code CFD solvers.
0 Comments
QuickerSim
on 5 Aug 2021
You may also check out the QuickerSim CFD Toolbox for MATLAB. Plots in this soft are generated automatically, additionally, there are some tutorials (https://quickersim.com/category/tutorials-en/), for some cases you can calculate the average pressure in the pipe using inbuilt commands, it quickly gives you desired data.
The toolbox provides the user with efficient CFD solvers and auxiliary (e.g. mesh-manipulation, preprocessing, and postprocessing) functions inside of MATLAB.
0 Comments
See Also
Categories
Find more on Computational Fluid Dynamics (CFD) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!