ExportΒΆ

fdsreader.export.obst_exporter.export_obst_raw(obst: Obstruction, output_dir: str, ordering: Literal['C', 'F'] = 'C')[source]

Exports the 3d arrays to raw binary files with corresponding .yaml meta files.

Parameters:
  • obst – The Obstruction object to export including its Boundary data.

  • output_dir – The directory in which to save all files.

  • ordering – Whether to write the data in C or Fortran ordering.