Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CoolProp
/
CoolPropfork
Public
forked from
CoolProp/CoolProp
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
CoolPropfork
src
AbstractState.cpp
on
master
User selector
All users
All time
Commit history
Commits on Oct 4, 2024
Expose the neff function
ibell
committed
730620f
View commit details
Copy full SHA for 730620f
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
Bump Catch 1 to Catch v3.0.0-preview4 (#2105)
Show description for c1ed086
jmarrec
authored
c1ed086
View commit details
Copy full SHA for c1ed086
View code at this point
Browse repository at this point
Lint: use automated tooling to reformat C++ and CMakeLists files (#2103)
Show description for 05c8cf5
jmarrec
authored
05c8cf5
View commit details
Copy full SHA for 05c8cf5
View code at this point
Browse repository at this point
Commits on Jan 8, 2022
Fix PHI0 delta derivatives for REFPROP backend. Closes #2073
ibell
committed
77f3bde
View commit details
Copy full SHA for 77f3bde
View code at this point
Browse repository at this point
Commits on May 15, 2020
Also clear the residual properties
Show description for cc06178
ibell
committed
cc06178
View commit details
Copy full SHA for cc06178
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
Fix pcsaft flash (#1913)
Show description for feec37f
zmeri
authored
feec37f
View commit details
Copy full SHA for feec37f
View code at this point
Browse repository at this point
Commits on Dec 13, 2019
Adding PC-SAFT EOS (#1877)
Show description for 8108b4b
zmeri
authored and
ibell
committed
8108b4b
View commit details
Copy full SHA for 8108b4b
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
Fixed debugging output for trivial parameters
jowr
committed
21f7dac
View commit details
Copy full SHA for 21f7dac
View code at this point
Browse repository at this point
Commits on Apr 6, 2019
Also return a value; see #1815
ibell
committed
c4a1cc3
View commit details
Copy full SHA for c4a1cc3
View code at this point
Browse repository at this point
Fix resetting of mole mass; closes #1815
ibell
committed
590cc7c
View commit details
Copy full SHA for 590cc7c
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
Added isentropic expansion coefficient (#1791)
jowr
authored and
ibell
committed
75c32a5
View commit details
Copy full SHA for 75c32a5
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
Disambiguate IF97 Fluid Names - Water only (#1770)
henningjp
authored
de465e1
View commit details
Copy full SHA for de465e1
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
Fix some ;); bugs in Catch tests that clang doesn't like
ibell
committed
ede27ed
View commit details
Copy full SHA for ede27ed
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
Calculation of first-order derivatives of isochoric specific heat, isobaric specific heat and speed of sound (#1528)
Show description for 59421bc
howardcheung
authored and
ibell
committed
59421bc
View commit details
Copy full SHA for 59421bc
View code at this point
Browse repository at this point
Commits on Jun 3, 2017
Cache the reducing state if T_reducing or rhomolar_reducing is called
ibell
committed
b36119e
View commit details
Copy full SHA for b36119e
View code at this point
Browse repository at this point
Commits on May 10, 2017
Fix static initialization? Thanks to Tobias Loew (#1488)
ibell
authored
a06b698
View commit details
Copy full SHA for a06b698
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
Roll back somewhat to get compilation to work for MSVC2008
ibell
committed
dbf729a
View commit details
Copy full SHA for dbf729a
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
Avoid the double-free by a convenience class that is statically initialized that passes the generator
ibell
committed
27778ab
View commit details
Copy full SHA for 27778ab
View code at this point
Browse repository at this point
Switch backend registration to the use of static generators added to a backend library
Show description for 6641efb
ibell
committed
6641efb
View commit details
Copy full SHA for 6641efb
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Implemented caching of splined properties, closes #1354, accelerates calculations for #870, is related to https://github.com/CoolProp/ExternalMedia/commit/7c478a1925c7773c74e21cd3e56077cdb167e1a3
jowr
committed
196b27c
View commit details
Copy full SHA for 196b27c
View code at this point
Browse repository at this point
Commits on Nov 5, 2016
Move entire Emscripten interface for Javascript into its own file that is included separately; closes #1318
ibell
committed
ecef5cb
View commit details
Copy full SHA for ecef5cb
View code at this point
Browse repository at this point
Commits on Nov 4, 2016
Re-enable PhaseEnvelopeData in emscripten build
ibell
committed
7c4564d
View commit details
Copy full SHA for 7c4564d
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Merge VTPR (#1195)
Show description for 57584a7
ibell
authored
57584a7
View commit details
Copy full SHA for 57584a7
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Implemented excess properties in C++; see #1071
ibell
committed
e2a16a3
View commit details
Copy full SHA for e2a16a3
View code at this point
Browse repository at this point
Commits on Jul 9, 2016
Re-implement fundamental derivative of gas dynamics; closes #1145
ibell
committed
ccc4568
View commit details
Copy full SHA for ccc4568
View code at this point
Browse repository at this point
Commits on Jun 10, 2016
Solved #1120 with C++11 constructors, moving back to C++98
jowr
committed
63c6c18
View commit details
Copy full SHA for 63c6c18
View code at this point
Browse repository at this point
introduced backend enumerations, I hope this fixes #1120 reliably
jowr
committed
94bcee4
View commit details
Copy full SHA for 94bcee4
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Change the factory method to accept more strings, closes #1120
jowr
committed
1a0259a
View commit details
Copy full SHA for 1a0259a
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
Added Helmholtz energy throughout the API as output parameter; closes #1086
ibell
committed
8c9b1a5
View commit details
Copy full SHA for 8c9b1a5
View code at this point
Browse repository at this point
Commits on May 11, 2016
Merge into release (#1057)
Show description for 4542f9d
ibell
committed
4542f9d
View commit details
Copy full SHA for 4542f9d
View code at this point
Browse repository at this point
Commits on Dec 20, 2015
Expose enough of the AbstractState API in order to generate phase envelopes - works!; closes #819
ibell
committed
fcf641e
View commit details
Copy full SHA for fcf641e
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
Move mass_to_molar_inputs into AbstractState base class
ibell
committed
1d48b8b
View commit details
Copy full SHA for 1d48b8b
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Fix (and test) all the snippets; closes #823
ibell
committed
ddec0be
View commit details
Copy full SHA for ddec0be
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Add a SimpleState fill() function and use it
Show description for eec3e1a
ibell
committed
eec3e1a
View commit details
Copy full SHA for eec3e1a
View code at this point
Browse repository at this point
Commits on Jul 26, 2015
Implement access to dipole moment from REFPROP; closes #725
ibell
committed
0bd20b8
View commit details
Copy full SHA for 0bd20b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.