polymesh_rw 0.1.0

A basic rust crate for reading and writing meshes and simulation data in the polymesh format used by OpenFOAM.
Documentation

polymesh_rw

A basic rust crate for reading and writing meshes and simulation data in the polymesh format used by OpenFOAM.

Features

This crate is a work in progress. The parser was only tested on a small set of meshes. If your mesh is not parsed correctly, please contribute by opening an issue and uploading your mesh.

Curretly, following features are implemented:

  • Read mesh
  • Write mesh
  • Read results
  • Write results
  • Parse more common OpenFoam data types (unrecognized types are currently parsed as Strings.)
  • Binary file formats
  • Data consistency checks

Contribute

Please feel encouraged to contribute advice, test cases and code.