Skip to content

Commit

Permalink
Merge pull request #17 from thermohub/gdmiron-patch-1
Browse files Browse the repository at this point in the history
fix default reaction_entropy unit
  • Loading branch information
gdmiron authored Dec 12, 2019
2 parents b515d99 + 6da5a43 commit ae8feb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThermoFun/Batch/ThermoBatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const std::map<std::string, std::string> defaultPropertyUnits =
{"reaction_helmholtz_energy", "J/mol" },
{"reaction_internal_energy", "J/mol" },
{"reaction_enthalpy", "J/mol" },
{"reaction_entropy", "J/mol" },
{"reaction_entropy", "J/K/mol" },
{"reaction_volume", "J/bar" },
{"reaction_heat_capacity_cp", "J/K/mol" },
{"reaction_heat_capacity_cv", "J/K/mol" },
Expand Down

0 comments on commit ae8feb6

Please sign in to comment.