Skip to content
Snippets Groups Projects
Commit 49f71dc8 authored by Andrew Heather's avatar Andrew Heather
Browse files

amended note for enthalpy

parent 153e2190
Branches
Tags
No related merge requests found
......@@ -219,7 +219,7 @@ public:
//- Liquid heat capacity [J/(kg K)]
virtual scalar cp(scalar p, scalar T) const = 0;
//- Liquid enthalpy [J/kg]
//- Liquid enthalpy [J/kg] - reference to 298.15 K
virtual scalar h(scalar p, scalar T) const = 0;
//- Ideal gas heat capacity [J/(kg K)]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment