mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
liquidMixtureProperties: Improve comments
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -169,8 +169,8 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
//- Calculate the mean molecular weight [kg/kmol]
|
//- Calculate the mean molecular weight [kg/kmol]
|
||||||
// from mole fractions
|
// from mole fractions
|
||||||
scalar W(const scalarField& x) const;
|
scalar W(const scalarField& X) const;
|
||||||
|
|
||||||
//- Returns the mass fractions, given mole fractions
|
//- Returns the mass fractions, given mole fractions
|
||||||
scalarField Y(const scalarField& X) const;
|
scalarField Y(const scalarField& X) const;
|
||||||
@ -227,7 +227,7 @@ public:
|
|||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Estimate thermal conductivity [W/(m K)]
|
//- Estimate thermal conductivity [W/(m K)]
|
||||||
// Li's method, Eq. 10-12.27 - 10.12-19
|
// Li's method, Eq. 10-12.27 - 10.12-19
|
||||||
scalar K
|
scalar K
|
||||||
(
|
(
|
||||||
const scalar p,
|
const scalar p,
|
||||||
@ -235,6 +235,7 @@ public:
|
|||||||
const scalarField& x
|
const scalarField& x
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
|
//- Vapour diffussivity [m2/s]
|
||||||
scalar D
|
scalar D
|
||||||
(
|
(
|
||||||
const scalar p,
|
const scalar p,
|
||||||
|
|||||||
Reference in New Issue
Block a user