cffio_options#
Bases:
TUIMenu
Enters the cffio options menu, which provides options for the I/O of case and data files in the Common Fluids Format (CFF).
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
compression_level
(service, version, mode, path)Sets the compression level for CFF files.
io_mode
(service, version, mode, path)Sets the I/O mode for writing CFF files.
single_precision_data
(service, version, ...)Specifies whether the double-precision solver saves single-precision data when writing CFF data files, in order to reduce the size of the files.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Sets the compression level for CFF files. The compression level can be set between 0 and 9 with 0 being least compression (fastest) and 9 being highest compression (slowest).
Bases:
TUIMethod
Sets the I/O mode for writing CFF files. 1. HOST: I/O is done serially by the host process. 2. NODE0: I/O is done serially by the node 0 process. 3. PARALLEL INDEPENDENT: I/O is done in parallel using the independent mode of MPI I/O. 4. PARALLEL COLLECTIVE: I/O is done in parallel using the collective mode of MPI I/O.
Bases:
TUIMethod
Specifies whether the double-precision solver saves single-precision data when writing CFF data files, in order to reduce the size of the files.