CFD with Matlab and Matlabs plotting capabilities.

10 visualizzazioni (ultimi 30 giorni)
Kamuran
Kamuran il 18 Dic 2012
Commentato: Precise Simulation il 9 Nov 2024 alle 3:49
I am planning to use Matlab for a CFD calculation; however, I have my doubts about the plotting capabilities of Matlab. IN my first program I am going to model a pipe filling a pool. I will solve for the flow in the pipe and flow in the pool in 3D with time. Is it possible to make a movie of it using Matlab or I need to get more professional plotting tools such as paraview?
  1 Commento
Precise Simulation
Precise Simulation il 9 Nov 2024 alle 3:49
To update this, you can set up and run CFD simulations with the FEATool and CFDTool MATLAB toolbox GUIs as including 3D visualization (the toolboxes can also export to ParaView data formats if desired).

Accedi per commentare.

Risposte (2)

Walter Roberson
Walter Roberson il 18 Dic 2012
Use the VideoWriter function with the open, writeVideo, and close methods to create video files from figures, still images, or MATLAB movies. VideoWriter can create AVI and Motion JPEG 2000 files on all platforms, and MPEG-4 files on Windows 7 platforms. VideoWriter supports files larger than 2 GB, which is the limit for avifile.

QuickerSim
QuickerSim il 5 Ago 2021
You may check out the QuickerSim CFD Toolbox for MATLAB. It is a third-party toolbox for solving fluid flows in the MATLAB environment. Plots in this soft are generted automatically, additionally there some tutorials (https://quickersim.com/category/tutorials-en/)
The toolbox provides the user with efficient CFD solvers and auxiliary (e.g. mesh-manipulation, preprocessing, and postprocessing) functions inside of MATLAB. It encourages users to make use of them in combination with their own code.
You can check out the free code or ask for a trial full verion here.

Categorie

Scopri di più su Computational Fluid Dynamics (CFD) in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by