From 3c7b7bc0aad3b58aa525ac3a71bc0e444f54fe99 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Fri, 19 Jun 2009 11:59:34 +0100
Subject: [PATCH] added units to comment

---
 src/thermophysicalModels/specie/specie/specie.H               | 2 +-
 .../specie/thermo/polynomial/polynomialThermo.H               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/thermophysicalModels/specie/specie/specie.H b/src/thermophysicalModels/specie/specie/specie.H
index 38f36e34f2c..10238c220cd 100644
--- a/src/thermophysicalModels/specie/specie/specie.H
+++ b/src/thermophysicalModels/specie/specie/specie.H
@@ -62,7 +62,7 @@ class specie
         //- Number of moles of this component in the mixture
         scalar nMoles_;
 
-        //- Molecular weight of specie
+        //- Molecular weight of specie [kg/kmol]
         scalar molWeight_;
 
 
diff --git a/src/thermophysicalModels/specie/thermo/polynomial/polynomialThermo.H b/src/thermophysicalModels/specie/thermo/polynomial/polynomialThermo.H
index 4f548185110..db53fa8cf52 100644
--- a/src/thermophysicalModels/specie/thermo/polynomial/polynomialThermo.H
+++ b/src/thermophysicalModels/specie/thermo/polynomial/polynomialThermo.H
@@ -98,10 +98,10 @@ class polynomialThermo
 {
     // Private data
 
-        //- Heat of formation [m2/s2]
+        //- Heat of formation [J/kg]
         scalar Hf_;
 
-        //- Standard entropy [m2/(s2 K)]
+        //- Standard entropy [J/(kg.K)]
         scalar Sf_;
 
         //- Specific heat at constant pressure
-- 
GitLab