Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mitchute/SecondaryCoolantProps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchute committed Jul 2, 2024
2 parents 8601b45 + 174bff8 commit 5607f2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Secondary Coolant Props

This repo contains some fluid property routines for secondary coolants, and is based on the correlations developed by Åke Melinder, 2010 "Properties of Secondary Working Fluids for Indirect Systems" 2nd ed., International Institute of Refrigeration.
This repo contains some fluid property routines for secondary coolants. It is based on the correlations developed by Åke Melinder, 2010 "Properties of Secondary Working Fluids for Indirect Systems" 2nd ed., International Institute of Refrigeration.

This is intended to be a very lightweight library that can be imported into any other Python tool very easily, with no bulky dependencies.
This is intended to be a lightweight library that can be easily imported into any other Python tool, with no bulky dependencies.

## Code Quality

[![Flake8](https://github.com/mitchute/SecondaryCoolantProps/actions/workflows/flake8.yml/badge.svg)](https://github.com/mitchute/SecondaryCoolantProps/actions/workflows/flake8.yml)
[![Tests](https://github.com/mitchute/SecondaryCoolantProps/actions/workflows/test.yml/badge.svg)](https://github.com/mitchute/SecondaryCoolantProps/actions/workflows/test.yml)
[![Tests](https://github.com/mitchute/SecondaryCoolantProps/actions/workflows/tests.yml/badge.svg)](https://github.com/mitchute/SecondaryCoolantProps/actions/workflows/tests.yml)

Code is checked for style and with unit tests by GitHub Actions using nosetests to sniff out the tests.
Code is checked for style and tests executed by GitHub Actions.

## Documentation

[![Documentation Status](https://readthedocs.org/projects/secondarycoolantprops/badge/?version=latest)](https://secondarycoolantprops.readthedocs.io/en/latest/?badge=latest)

Docs are built from Sphinx on ReadTheDocs.org, and are available at https://secondarycoolantprops.readthedocs.io/en/latest/
Docs are built from Sphinx on ReadTheDocs.org and are available at https://secondarycoolantprops.readthedocs.io/en/latest/

## Releases

Expand Down

0 comments on commit 5607f2b

Please sign in to comment.