polymesh_rw

Crates.iopolymesh_rw
lib.rspolymesh_rw
version0.1.0
sourcesrc
created_at2024-06-13 18:06:09.966279
updated_at2024-06-13 18:06:09.966279
descriptionA basic rust crate for reading and writing meshes and simulation data in the polymesh format used by OpenFOAM.
homepage
repositoryhttps://github.com/OscarFurst/polymesh_rw
max_upload_size
id1270887
size1,267,455
Oscar Vincent Furst (OscarFurst)

documentation

README

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.

Commit count: 33

cargo fmt