Import openfoam data to Vapor

2 posts / 0 new
Last post
M.Chakkingal_668146
Import openfoam data to Vapor
Hello I would like to know if its is possible to import OpenFOAM data to Vapor. I did search for converters but couldnt succeed. I can convert OpenFOAM data to vtk (paraview) .plt(Tecplot) .cas(Ensight). It would be great if I could atleast convert any of these to .vdf. Thank you
pearse

Hi, I'm not finding much info on what kind of data format OpenFOAM can write.  If it can write raw data values, you can use vdfcreate to define a structured grid, and raw2vdf to generate your VDC.  If you can write NetCDF data, you can use ncdfvdfcreate to define your structured grid, and ncdf2vdf to populate the VDC. 

Here's some documentation on the process.  Let us know if you have more questions.

https://www.vapor.ucar.edu/docs/usage/vapor-data-preparation