Skip to content

Commit

Permalink
Add paltform information to version (#35)
Browse files Browse the repository at this point in the history
* Add functions to allow U as a state varaible

* Fix errors

* Change repo

* Add function for p from h and t

* Fix check

* More stuff

* Fixing P from h, T I hope

* More debug

* Add debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* More bracket

* debug

* debug

* Fix return value

* debug

* debug

* More debug

* debug

* debug

* Move supercritical P calc to gas side

* I fix initial guess?

* More T > Tc changing

* debug

* Fix var

* Tighten tol

* debug

* Bisection

* Illinois

* change

* Fix

* fix

* fix

* change

* fix

* fix

* fix

* new guess

* new guess

* debug

* liquid guess

* llinois again

* Update rf

* missing bracke

* debug in tau(s, p)

* Fix guess

* debug

* new bracket

* fix

* debug

* Fix bracket

* Add stuff

* Start rewrite

* fix

* debug

* Add

* forgot to update derivatives

* fix

* fix

* move bracket

* bracket

* Move again

* move bracket

* Update

* Fix

* Fix

* Fix

* Fix

* fix

* fix

* Fix

* fix deriv

* rewriteing

* fix

* fix

* Fix

* fix

* Fix

* Fix

* fix

* fix

* Fix

* Fix

* Fix

* Fix

* debug

* More rewriting

* Fix

* Add s-t

* fix

* debug

* debug

* Fix

* fix

* fix guess

* fix

* Fix syntax

* Fix

* Bracket bounds

* bond

* bound

* bound

* Bound

* Boun

* Bound

* fix

* Pmax

* Add first memotest

* debug

* debug

* debug

* debug

* More fix

* call func in memo test

* imissing ;

* fix tag

* Try removing cast derivatives code.  Probably not going to long double
again.

* Remove cast derivative code that probably won't be used again.

* remove unused var

* Try removing phi memo

* Add phi memo precompiler option:x

* Fix endif

* Fix

* Bring back phir memo.  Performance was awful without it.

* Add memo test functions for phir

* Moving to general solvers so I can maintain better

* Fix

* fix

* add halley's method

* minor clean up

* convert tau(p, u) to general solver functions

* Fix mistake

* update solves for delta

* :x
:x

* Fix

* debug

* debug

* debug

* debug

* debug

* debug

* :x

* debu

* fix

* fix

* tighten up vaopr near critical point density bracket`

* isc guess

* fix

* One more test before moving sat calcs to general newton function

* First shot at equilibrium with general solvers

* Fix order

* Fix - derivative

* Fix index

* fix step

* Fix

* Fix tol

* debug

* debug

* Fix missing memo

* Fix

* debug

* debug

* Fix

* fix message

* Fix

* debu

* debug

* fix

* debu

* debug

* debug

* debug

* :x
:X

* debug

* fix

* debug

* fix

* debug

* fix

* debug

* debug

* go back

* Fix

* fix

* cleanup

* debug

* eff

* eff

* Clean up

* fix

* fix

* fix

* clean

* test newton 1d

* Go back to halley

* fix

* Fix

* fix

* fix

* Fix

* Fix

* Add backet

* fix

* Fix

* Fix

* new guess

* try again

* again

* Try more

* Fix

* last one

* Set repo back

* Adjust tolerances

* Updating helmholtz solver code

* Add platform to version info
  • Loading branch information
John Eslick authored May 20, 2020
1 parent 0a381af commit 62a0fea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scripts/compile_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ cp ../src/dist/*.so ./
cp ../license.txt ./license_lib.txt
cp ../version.txt ./version_lib.txt
sed s/"(DATE)"/`date +%Y%m%d-%H%M`/g version_lib.txt > tmp
mv tmp version_lib.txt
sed s/"(PLAT)"/${osname}/g tmp > tmp2
mv tmp2 version_lib.txt

# here you pack files
tar -czvf idaes-lib-${osname}-64.tar.gz *
3 changes: 2 additions & 1 deletion scripts/compile_solvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ cp ../coinbrew/dist/bin/ipopt ./
cp ../license.txt ./
cp ../version.txt ./version_solvers.txt
sed s/"(DATE)"/`date +%Y%m%d-%H%M`/g version_solvers.txt > tmp
mv tmp version_solvers.txt
sed s/"(PLAT)"/${osname}/g tmp > tmp2
mv tmp2 version_solvers.txt


if [ "$(expr substr $(uname -s) 1 7)" == "MINGW64" ]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0dev0 (DATE)
2.1.0dev1 (DATE) (PLAT)

0 comments on commit 62a0fea

Please sign in to comment.