Clear Filters
Clear Filters

How to import result data from OpenFOAM to matlab?

64 views (last 30 days)
hello, I want to import the result data from OpenFOAM which are compressed to matlab to plot the results and compare them with the results of other flow models. Can anyone please help me with the code?
Regards, Mahendra

Answers (2)

Precise Simulation
Precise Simulation on 27 May 2019
Dear Mahendra,
If this is still relevant, you can both run OpenFOAM CFD simulations directly in MATLAB and import/export Foam and ParaView VTK results files from/to MATLAB with the FEATool Multiphysics Toolbox (as well as other formats).
  4 Comments
Arman Burkitbayev
Arman Burkitbayev on 7 Sep 2022
can you please also let me know fro where can I find information about connecting my matlab model with OpenFOAM or ANsys models. I would like to run both simluations openfoam and matlab together as a input and output files.
Precise Simulation
Precise Simulation on 30 Sep 2024 at 2:36
Edited: Precise Simulation on 30 Sep 2024 at 2:36
@Arman Burkitbayev The toolbox has now been updated with a MATLAB API for OpenFOAM which supports exporting and importing OpenFOAM dictionaries and result data, the information can be found in the toolbox documentation:

Sign in to comment.


Seyyed Ali
Seyyed Ali on 21 May 2018
Hi Mahendra,
Have you found anything? The only I have found so far is that you can convert data to VTK (foamToVTK) and read VTK in matlab using some VTK reader function. I have not found a better solution yet.
SAHM>
  1 Comment
Arman Burkitbayev
Arman Burkitbayev on 7 Sep 2022
you might do it as a input and output files when you connect matlab and openfoam models.

Sign in to comment.

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!