Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
teqp_fork_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven Michael Pohl
teqp_fork_old
Commits
143a22a9
Commit
143a22a9
authored
2 years ago
by
Ian Bell
Browse files
Options
Downloads
Patches
Plain Diff
v 0.11.0
parent
985fd9ba
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+15
-0
15 additions, 0 deletions
README.md
interface/teqpversion.hpp
+1
-1
1 addition, 1 deletion
interface/teqpversion.hpp
with
16 additions
and
1 deletion
README.md
+
15
−
0
View file @
143a22a9
...
...
@@ -11,6 +11,7 @@ So far the following EOS are implemented:
*
PC-SAFT
*
cubic plus association (CPA) for pure fluids
*
multi-fluid model in the form of GERG
*
ammonia+water model of Tillner-Roth and Friend
Why?
...
...
@@ -25,6 +26,20 @@ Written by Ian Bell, NIST.
[

](https://badge.fury.io/py/teqp)
*
0.11.0 :
*
Move all module-level free functions to bound methods of instances in Python
*
Update the C++ packaged interface of teqp to enable almost-zero-cost rebuilds of the exposed methods of C++ interface
*
Merge sphinx docs branch into main
*
Add the hardcoded Tillner-Roth and Friend model for ammonia + water (see AmmoniaWaterTillnerRoth class)
*
Add method for dp/dT along critical locus
*
Add method for pure-fluid endpoint solving for critical locus (opt-in)
*
0.10.0 :
*
Add isobar tracing for VLE of binary mixtures (exposed to Python)
...
...
This diff is collapsed.
Click to expand it.
interface/teqpversion.hpp
+
1
−
1
View file @
143a22a9
#include
<string>
const
std
::
string
TEQPVERSION
=
"0.11.0.dev0"
;
\ No newline at end of file
const
std
::
string
TEQPVERSION
=
"0.11.0"
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment