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
Obstructionobject to export including itsBoundarydata.output_dir β The directory in which to save all files.
ordering β Whether to write the data in C or Fortran ordering.