Skip to content
Snippets Groups Projects
Commit 182c703f authored by Henry's avatar Henry
Browse files

Corrected dimensions comment for critical volume

parent 2a6bbf3e
No related merge requests found
......@@ -64,7 +64,7 @@ class liquidProperties
//- Critical pressure [Pa]
scalar Pc_;
//- Critical volume [m^3/mol]
//- Critical volume [m^3/kmol]
scalar Vc_;
//- Critical compressibility factor []
......@@ -185,7 +185,7 @@ public:
//- Critical pressure [Pa]
inline scalar Pc() const;
//- Critical volume [m^3/mol]
//- Critical volume [m^3/kmol]
inline scalar Vc() const;
//- Critical compressibilty factor
......
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