Skip to content

Commit

Permalink
Units defined in the database files are now used (properties and para…
Browse files Browse the repository at this point in the history
…meters are converted to default units upon reading the data) (#20)

* parsing and converting units provided in loaded data

* std T and P default values, bugfix

* extended with derived units for powers of K^ and bar^

* converting read units to default upon parsing of data, added ThermoParameters to python api, extended tests for units conversion

* added test for cp of reaction at high T and P

* fix for units conversion, extended tests with landau, BM, AD models

* fix for HKF units

* extended aggregateState options compatible with Cox, J. D. (1982)

* Overloaded thermoProperties functions

* tests for reactions, now calculate properties functions can be called with a substance or a reaction object

* removed schemas folder, used only by ThermoFunGui

* changed enum indexes

* removed tests on macos
  • Loading branch information
gdmiron authored Apr 9, 2020
1 parent b3cfce7 commit 6993519
Show file tree
Hide file tree
Showing 55 changed files with 40,400 additions and 18,947 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.0)

# Set the name of the project
project(ThermoFun VERSION 0.3.0 LANGUAGES CXX)
project(ThermoFun VERSION 0.3.3 LANGUAGES CXX)

# Set the cmake module path of the project
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ThermoFun
[![Build Status](https://travis-ci.com/thermohub/thermofun.svg?branch=master)](https://travis-ci.com/thermohub/thermofun)
[![Build status](https://ci.appveyor.com/api/projects/status/13098q3j713uo06v/branch/master?svg=true)](https://ci.appveyor.com/project/gdmiron/thermofun-44e8m/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/j4ex4bwl8u8crg3q/branch/master?svg=true)](https://ci.appveyor.com/project/gdmiron/thermofun-bus2d/branch/master)

A code for calculating the standard state thermodynamic properties at a given temperature and pressure.

Expand Down
2 changes: 0 additions & 2 deletions Resources/data/README.md

This file was deleted.

Loading

0 comments on commit 6993519

Please sign in to comment.