class specie new attribute nCharges_

This commit is contained in:
ignis 2015-11-23 16:52:23 +09:00
parent 2b147f41da
commit cdf1d5e829

View file

@ -65,6 +65,9 @@ class specie
//- Molecular weight of specie [kg/kmol]
scalar molWeight_;
//- Number of elementary charges of specie
scalar nCharges_;
public: