TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Keywords derived from write_file

write_file

Synonyms: ecrire_fichier, ecrire_fichier_bin

Keyword to write the object of name name_obj to a file filename. Since the v1.6.3, the default format is now binary format file.

Parameters:

  • name_obj (type: string) Name of the object to be written.
  • filename (type: string) Name of the file.

ecrire_fichier_formatte

Keyword to write the object of name name_obj to a file filename in ASCII format.

Parameters:

  • Inherited from ecrire_fichier:
  • name_obj (type: string) Name of the object to be written.
  • filename (type: string) Name of the file.