fiesta.arepo.ArepoVoronoiGrid.write_file#

ArepoVoronoiGrid.write_file(file_path, io_flags=None, verbose=False)[source]#

Write out an AREPO snapshot file.

Parameters:
  • file_path (str, optional) – File path of the AREPO snapshot.

  • io_flags (dict, optional) – Dictionary of input/output flags for writing the file. If None (default), it is set to: io_flags = {'mc_tracer' : False, 'time_steps' : False, 'sgchem' : True, 'variable_metallicity': False, 'sgchem_NL99' : False}.

  • verbose (bool, optional) – If True, prints output during file writing. Default value is False.