Learn in this article what the CGNS file format is and how it is used in Computational Fluid Dynamics applications.
Read articleLearn how to inspect structured and unstructured CGNS files using the tool cgnslist, the best way to quickly read the data structure stored within CGNS files.
Read articleLearn how to create a simple C++ class structure to read any structured or unstructured grid using the CGNS file format.
Read articleLearn in this article how to read a multi-block structured grid for CFD applications using CGNS, including coordinates, interfaces, and boundary conditions.
Read articleLearn in this article how to read a multi-block unstructured grid using CGNS, including coordinates, interfaces, element connectivity and boundary conditions.
Read articleIn this final article of this series, learn how to write simple tests that ensure that our CGNS-based mesh reading library code behaves exactly as intended.
Read article