Skip to content

Commit

Permalink
Fix temperature used for ASHRAE reference state
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
  • Loading branch information
ibell committed Mar 6, 2015
1 parent 1e9afc0 commit 7a9f98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoolProp.cpp
Expand Up @@ -721,7 +721,7 @@ void set_reference_stateS(const std::string &Ref, const std::string &reference_s
}
else if (!reference_state.compare("ASHRAE"))
{
HEOS.update(QT_INPUTS, 0, 243.15);
HEOS.update(QT_INPUTS, 0, 233.15);

// Get current values for the enthalpy and entropy
double deltah = HEOS.hmass() - 0; // offset from 0 J/kg enthalpy
Expand Down

0 comments on commit 7a9f98d

Please sign in to comment.