Skip to content

Commit

Permalink
Merge pull request #1 from askprash/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
askprash authored Nov 9, 2023
2 parents c4775ad + a94f725 commit b8cbe78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://mit-lae.github.io/IdealGases.jl/dev/) ![Codecov](https://img.shields.io/codecov/c/github/MIT-LAE/IdealGases.jl) [![CI](https://github.com/MIT-LAE/IdealGases.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/MIT-LAE/IdealGases.jl/actions/workflows/CI.yml)


A simple package to efficiently calculate ideal gas properties based on NASA polynomials.
A simple package to efficiently calculate ideal gas properties based on NASA polynomials. This assumes that the specifc heat
of the gas/mixture is only a function of its temperature, i.e., $c_p(T)$ , $h(T)$, and $s(T,p)$ (note the entropy is a function of both pressure and temperature).

This package also introduces a method for fast calculations of thermodynamic properties of mixtures with fixed composition by calculating an equivalent polynomial representation of the mixture.

0 comments on commit b8cbe78

Please sign in to comment.