Commit Graph

3522 Commits

Author SHA1 Message Date
Ian Bell
ddaf0eee65 Move HmolarP to TabularBackend 2015-12-06 16:49:09 -07:00
Ian Bell
8afb9efe60 Move PQ and QT inputs into the base tabular update function 2015-12-06 15:18:05 -07:00
Ian Bell
265909b491 Move mass-to-molar conversion into function from base class 2015-12-06 15:06:18 -07:00
Ian Bell
1d48b8bcea Move mass_to_molar_inputs into AbstractState base class 2015-12-06 14:59:56 -07:00
Ian Bell
35c4112d92 Update build command for C# 2015-12-06 14:50:31 -07:00
Ian Bell
5390e2bbbe statically link runtime for C# and Java; closes #889 2015-12-04 18:39:24 -07:00
thorade
24c3b36c35 work around evaluation at crit for water 2015-12-03 14:50:05 +01:00
thorade
667915be33 finalized Maxwell_Loop 2015-12-03 12:09:12 +01:00
thorade
385823c3dd fix Maxwell_Loop coefficients:
reverse order, nicer alignment
2015-12-03 11:36:56 +01:00
Ian Bell
88e29dca85 Update docs for building of shared library to be in Release by default 2015-12-02 08:06:47 -07:00
thorade
dd677b1e0e more plotting 2015-12-02 15:57:33 +01:00
thorade
97f1de431c one more plot and minor ticks 2015-12-02 14:22:39 +01:00
thorade
afd8d37b9c fix a forgotten ^2 2015-12-02 11:07:01 +01:00
thorade
938f13304b one more saturation derivative example 2015-12-02 10:41:54 +01:00
thorade
b38822862a uncomment alternative f calculation 2015-12-02 10:23:21 +01:00
thorade
7a5356d697 plots of interpolated Maxwell loop 2015-12-02 09:50:19 +01:00
Ian Bell
1a6be5d75a One more found by clang static analyzer 2015-12-01 21:48:51 -07:00
Ian Bell
ffd2e971b3 Small changes for REFPROP; see #886
I think this *might* fix the REFPROP path issues in the low-level interface, but I'm not 100% sure until you test
2015-12-01 21:48:27 -07:00
Ian Bell
d1684a674d Fix some small bugs identified by clang static analyzer 2015-12-01 21:40:52 -07:00
Ian Bell
d13ee6b915 Add a notebook showing how to calculate metastable properties 2015-12-01 20:17:20 -07:00
Ian Bell
4e75f67de9 Hack non-analytic term to not ever actually evaluate AT the critical point; see #879 2015-11-30 21:53:38 -07:00
Jorrit Wronski
900ffb0d9d Changed the limits for the range check in update_DmolarT_direct, updated REFPROP-headers 2015-11-28 17:54:43 +01:00
Jorrit Wronski
f5ed2cdd30 Merge remote-tracking branch 'origin/master' 2015-11-25 11:38:48 +01:00
Jorrit Wronski
8a4b760816 Simplify debugging and remove cache variable definition from the loop, related to #879 ? 2015-11-25 11:37:23 +01:00
Matthis Thorade
483269622b Merge pull request #875 from CoolProp/issue581_saturation2nd
Worked on one file only that nobody else touched, so this can be merged safely.
2015-11-25 09:17:12 +01:00
Ian Bell
9bd4477d18 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-11-24 23:33:47 -07:00
Ian Bell
69a894963a Update fluids and references based on Lemmon ASAP article 2015-11-24 23:27:47 -07:00
Jorrit Wronski
068e56d283 Allow 0 as molar density, see also #878 2015-11-24 23:35:30 +01:00
Jorrit Wronski
cdd5611b5d This is a quick and dirty fix for #878, I am not sure that this is the correct way to handle out of bounds inputs for the rho/T_direct solvers 2015-11-24 22:49:39 +01:00
thorade
1dac1cce3b finish examples 2015-11-24 11:32:07 +01:00
thorade
bbbc2d1519 have a look at error messages, add some comments
turn on line numbers, see http://stackoverflow.com/q/10979667/874701
2015-11-24 10:39:34 +01:00
thorade
a1c48ac375 intermediate version 2015-11-23 16:50:13 +01:00
thorade
da1d56b883 intermediate version 2015-11-20 16:56:23 +01:00
thorade
914c5af69a intermediate version, fix temp names 2015-11-20 16:30:34 +01:00
thorade
dc64606089 latex for Clausius-Clapeyron 2015-11-20 11:30:12 +01:00
Ian Bell
df10ea7a9f Fix umass for tabular backend by noting that u = h - pv; see #871 2015-11-16 19:13:26 -07:00
Ian Bell
910d594530 I could have sworn I fixed this before, but clearly not; closes #843 2015-11-16 18:54:30 -07:00
Ian Bell
85755f2c0d Improve behavior of tabular backends around saturation; see #845 2015-11-15 22:02:48 -07:00
Ian Bell
129381efbb Fix saturated vapor pressure ancillary curve for Air (wrong powers) 2015-11-15 20:57:34 -07:00
Ian Bell
616f55b1ce Add vector of vector of string and double to CoolProp.i interface file 2015-11-15 17:26:26 -07:00
Jorrit Wronski
cd6b7e5325 Fixes the double definition of the library switches 2015-11-16 01:06:40 +01:00
Jorrit Wronski
b8b2e850c1 Added MinGW to library builders 2015-11-16 00:28:54 +01:00
Jorrit Wronski
abac7a1879 Cleaned the library builders 2015-11-15 23:58:01 +01:00
Jorrit Wronski
bb3ca83b37 Restructured library builders 2015-11-15 23:35:43 +01:00
Jorrit Wronski
16cb369092 Added math library to fix Fortran builds on Linux 2015-11-15 18:51:43 +01:00
Jorrit Wronski
0bfdd31bdc Fixed a typo 2015-11-15 18:06:11 +01:00
Jorrit Wronski
b1a7075248 Adding all Fortran wrappers 2015-11-15 17:53:05 +01:00
Ian Bell
9053983053 Fixed(?) derivatives of spline function in two-phase derivs 2015-11-15 09:50:13 -07:00
Jorrit Wronski
c3e0e12c37 Merge branch 'IncompDocs' 2015-11-15 16:43:51 +01:00
Jorrit Wronski
264076d8cd Implemented more partial derivatives, still need a proper mapping of the additional quantities. 2015-11-15 16:33:31 +01:00