liquidMixtureProperties: Improve comments

This commit is contained in:
Henry
2015-02-25 10:55:33 +00:00
parent 99965b01c4
commit e01696bfb5

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -170,7 +170,7 @@ public:
//- Calculate the mean molecular weight [kg/kmol]
// from mole fractions
scalar W(const scalarField& x) const;
scalar W(const scalarField& X) const;
//- Returns the mass fractions, given mole fractions
scalarField Y(const scalarField& X) const;
@ -235,6 +235,7 @@ public:
const scalarField& x
) const;
//- Vapour diffussivity [m2/s]
scalar D
(
const scalar p,