Muscat.IO.CGNSWriter module

CGNS file writer

class CGNSWriter[source]

Bases: WriterBase

Class to writes a CGNS file on disk

Write(mesh, fileName, outputPyTree=None)[source]

Function to writes a CGNS File on disk

Parameters:
  • mesh (Mesh) – support of the data to be written

  • fileName (str) – filename of the file to be read

  • outpuPyTree (list) – existing pyTree in which the data structure in mesh will be appended

CheckIntegrity(GUI: bool = False)[source]