|
[Sponsors] |
Storage format and visualization for 2D carthesian grid in C++ |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 5, 2022, 16:20 |
Storage format and visualization for 2D carthesian grid in C++
|
#1 |
Member
Anders Aamodt Resell
Join Date: Dec 2021
Location: Oslo, Norway
Posts: 66
Rep Power: 4 |
Hi
I'm implementing a 2D cartesian Euler solver in C++. I have gotten to the point where I have to decide on how I am going to store and plot the data. My plan at this point is to run the simulation in C++, store it in some text format and then plot it with python's matlplotlib. Is there some standardized storage format that I should use? Or is it "acceptable" to just make up something that works? CGNS is a standard that I've heard about, but not sure if it would be unnecessary to figure this one out for my simple grid. Thanks! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Visualization of parallel case with collated format | AqeelAhmed168 | ParaView | 10 | September 8, 2020 14:21 |
Cut Cell Method | nkalkote | Main CFD Forum | 4 | August 26, 2017 08:20 |
OpenFOAM native format data visualization and workflow | zeliboba | OpenFOAM Post-Processing | 0 | September 12, 2008 09:44 |
[General] PARAVIEW Grid visualization | simone Marras | ParaView | 2 | January 23, 2007 09:05 |