Difference between revisions of "Sig Turbomachinery Utilities CGNS Converters"

From OpenFOAMWiki
(Introduction)
(Introduction)
Line 3: Line 3:
 
The CFD General Notation System (CGNS) file converters '''cgnsToFoam''' and '''foamToCGNS''' allow for the conversion back and forth between OpenFOAM cases and files in CGNS format.
 
The CFD General Notation System (CGNS) file converters '''cgnsToFoam''' and '''foamToCGNS''' allow for the conversion back and forth between OpenFOAM cases and files in CGNS format.
  
The file converters support:
+
The converters support:
* export and import of grid information  
+
* import and export of grid information  
 
**importing structured and unstructured grid from CGNS format file
 
**importing structured and unstructured grid from CGNS format file
 
**exporting OpenFOAM grid format to unstructured grid CGNS format
 
**exporting OpenFOAM grid format to unstructured grid CGNS format
* export and import of Boundary Conditions, including periodic or cyclic BCs
+
* import and export of boundary conditions information, including periodic or cyclic BCs
* export and import of flow solutions
+
* import and export of flow solutions
  
 
For more information on the CGNS file format, visit the following site: http://cgns.sourceforge.net/
 
For more information on the CGNS file format, visit the following site: http://cgns.sourceforge.net/

Revision as of 02:15, 8 November 2008

1 Introduction

The CFD General Notation System (CGNS) file converters cgnsToFoam and foamToCGNS allow for the conversion back and forth between OpenFOAM cases and files in CGNS format.

The converters support:

  • import and export of grid information
    • importing structured and unstructured grid from CGNS format file
    • exporting OpenFOAM grid format to unstructured grid CGNS format
  • import and export of boundary conditions information, including periodic or cyclic BCs
  • import and export of flow solutions

For more information on the CGNS file format, visit the following site: http://cgns.sourceforge.net/

2 Installing the CGNS converters

2.1 Downloading the CGNS converters and companion libraries

2.2 Compiling the libraries

2.3 Compiling the applications

3 How to test the CGNS converters

4 Basic documentation

4.1 cgnsToFoam

4.2 foamToCGNS