API Reference
Technical reference for the cfd_io package.
Package Architecture
See the Architecture page for a visual overview of how modules relate.
Modules
Autogenerated from source docstrings.
- read_file: read any supported format — dispatches by file extension (Supported Formats)
- write_file: write any supported format — dispatches by file extension (Supported Formats)
- do_convert: read one format, write another in a single call
- get_info / FileInfo: inspect file metadata without loading data
- Readers: format-specific reader functions
- Writers: format-specific writer functions