From cf47bbdb8767ba1cb4dcfeeaf2c02a81ee7fd467 Mon Sep 17 00:00:00 2001 From: Dave Montgomery Date: Tue, 3 Feb 2026 08:51:31 -0700 Subject: [PATCH 1/3] Add badges to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 825c8c4..83fbe04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # FuelLib +[![Language: C++17](https://img.shields.io/badge/language-Python-blue)](https://isocpp.org/) +[![DOI Badge](https://img.shields.io/badge/DOI-10.11578/dc.20250317.1-blue)](https://doi.org/10.11578/dc.20250317.1) + +![CI](https://github.com/NatLabRockies/FuelLib/workflows/FuelLib-CI/badge.svg) +![Documentation](https://github.com/NatLabRockies/FuelLib/workflows/documentation/badge.svg) + +# Overview FuelLib (SWR-25-26) utilizes the tables and functions of the Group Contribution Method (GCM) as proposed by [Constantinou and Gani (1994)](https://doi.org/10.1002/aic.690401011) and [Constantinou, Gani and O'Connel (1995)](https://doi.org/10.1016/0378-3812(94)02593-P), with additional physical properties discussed in [Govindaraju & Ihme (2016)](https://doi.org/10.1016/j.ijheatmasstransfer.2016.06.079). The code is based on Pavan B. Govindaraju's [Matlab implementation](https://github.com/gpavanb-old/GroupContribution) of the GCM, and has been expanded to include additional thermodynamic properties and mixture properties. The fuel library contains gas chromatography (GC x GC) data for a variety of fuels ranging from simple single component fuels to complex jet fuels. The GC x GC data for POSF jet fuels comes from [Edwards (2020)](https://apps.dtic.mil/sti/pdfs/AD1093317.pdf). ## Citing this Work From 17b8c90aa570906e40b36a7101a2a2a6df80bdc1 Mon Sep 17 00:00:00 2001 From: Dave Montgomery Date: Tue, 3 Feb 2026 08:52:34 -0700 Subject: [PATCH 2/3] Rename documentation workflow to FuelLib-Docs --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4bf1659..88824e3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,4 @@ -name: documentation +name: FuelLib-Docs on: workflow_dispatch: From 59656746f7d0aaea0a313b01d848cb72095048ba Mon Sep 17 00:00:00 2001 From: Dave Montgomery Date: Tue, 3 Feb 2026 08:53:28 -0700 Subject: [PATCH 3/3] Fix documentation badge link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83fbe04..6aaf632 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![DOI Badge](https://img.shields.io/badge/DOI-10.11578/dc.20250317.1-blue)](https://doi.org/10.11578/dc.20250317.1) ![CI](https://github.com/NatLabRockies/FuelLib/workflows/FuelLib-CI/badge.svg) -![Documentation](https://github.com/NatLabRockies/FuelLib/workflows/documentation/badge.svg) +![Documentation](https://github.com/NatLabRockies/FuelLib/workflows/FuelLib-Docs/badge.svg) # Overview FuelLib (SWR-25-26) utilizes the tables and functions of the Group Contribution Method (GCM) as proposed by [Constantinou and Gani (1994)](https://doi.org/10.1002/aic.690401011) and [Constantinou, Gani and O'Connel (1995)](https://doi.org/10.1016/0378-3812(94)02593-P), with additional physical properties discussed in [Govindaraju & Ihme (2016)](https://doi.org/10.1016/j.ijheatmasstransfer.2016.06.079). The code is based on Pavan B. Govindaraju's [Matlab implementation](https://github.com/gpavanb-old/GroupContribution) of the GCM, and has been expanded to include additional thermodynamic properties and mixture properties. The fuel library contains gas chromatography (GC x GC) data for a variety of fuels ranging from simple single component fuels to complex jet fuels. The GC x GC data for POSF jet fuels comes from [Edwards (2020)](https://apps.dtic.mil/sti/pdfs/AD1093317.pdf).