This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/src/thermophysicalModels/thermophysicalFunctions/freesteam-2.1
2016-06-21 11:16:29 +02:00
..
b23.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
b23.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
backwards.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
backwards.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
backwards_impl.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
common.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
common.h BUGFIX: Linkage of freesteam on MinGW 2016-06-10 10:09:51 +02:00
compat.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
config.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
LICENSE.txt Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
README.txt Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region1.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region1.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region2.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region2.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region3.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region3.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region4.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
region4.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
solver2.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
solver2.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam_ph.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam_ph.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam_pT.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam_pT.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam_pv.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
steam_pv.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
surftens.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
surftens.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
thcond.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
thcond.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
thcond.py Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
viscosity.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
viscosity.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
zeroin.c Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00
zeroin.h Merge branch 'nextRelease' into feature/fullyIntegratedRealGasThermo 2016-05-31 14:30:51 +02:00

FREESTEAM
=========

Note: We ripped out what we needed, here is the full description!

This is a package for calculating the properties of water and steam
using the IAPWS-IF97 industry-standard steam properties correlations.

freesteam includes a thorough set of test cases; you are encouraged to inspect
these for yourself to assure yourself that freesteam is accurate for the cases
you required.

freesteam is not a stand-alone program in its own right. Rather, it is a 'shared
library' that implements a range of functions that you can use to work out steam
properties in your own program that you write yourself.

This version 2.x release of freesteam is a complete re-write of freesteam in 
pure C. We have removed all the complicated C++ template code (excessively
complicated) as well as the units-of-measurement code (cute, but also
rather hard to maintain). This has the immediate advantage that the resulting
DLLs/libraries can be linked to from all C/C++ compilers, something which was 
not possible with the previous C++ version.

For more information, see
http://freesteam.sourceforge.net/