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

added units to comment

parent ff718bdf
No related merge requests found
......@@ -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_;
......
......@@ -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
......
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