Skip to content

Commit

Permalink
seuif97 in Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
thermalogic committed Aug 14, 2023
1 parent bde2fdf commit 8b54179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seuif97"
version = "1.0.9"
version = "1.1.0"
edition = "2021"
authors = ["Cheng Maohua <cmh@seu.edu.cn>"]
description = "The high-speed IAPWS-IF97 package with C and Python binding"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![docs.rs](https://img.shields.io/docsrs/seuif97) [![Build test](https://github.com/thermalogic/RustSEUIF97/actions/workflows/rust.yml/badge.svg)](https://github.com/thermalogic/RustSEUIF97/actions/workflows/rust.yml)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8242473.svg)](https://doi.org/10.5281/zenodo.8242473)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8246380.svg)](https://doi.org/10.5281/zenodo.8246380)

This is the Rust implementation of the high-speed IAPWS-IF97 package **seuif97** with C and Python binding. It is suitable for computation-intensive calculations,such as heat cycle calculations, simulations of non-stationary processes, real-time process monitoring and optimizations.

Expand Down Expand Up @@ -231,4 +231,4 @@ print(f"p={p}, t={t} h={h:.3f} s={s:.3f}")

## Cite as

* Cheng Maohua. (2023). The Rust implementation of the high-speed IAPWS-IF97 package: SEUIF97 (1.0.6). Zenodo. https://doi.org/10.5281/zenodo.8242473
* Cheng Maohua. (2023). The Rust implementation of the high-speed IAPWS-IF97 package: SEUIF97 (1.0.9). Zenodo. https://doi.org/10.5281/zenodo.8246380

0 comments on commit 8b54179

Please sign in to comment.