Improved member function documentation
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1285
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-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -308,25 +308,25 @@ public:
|
|||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|
||||||
//- Return const access to initial mass
|
//- Return const access to initial particle mass [kg]
|
||||||
inline scalar mass0() const;
|
inline scalar mass0() const;
|
||||||
|
|
||||||
//- Return const access to mass fractions of mixture
|
//- Return const access to mass fractions of mixture []
|
||||||
inline const scalarField& Y() const;
|
inline const scalarField& Y() const;
|
||||||
|
|
||||||
//- Return the owner cell pressure
|
//- Return the owner cell pressure [Pa]
|
||||||
inline scalar pc() const;
|
inline scalar pc() const;
|
||||||
|
|
||||||
//- Return reference to the owner cell pressure
|
//- Return reference to the owner cell pressure [Pa]
|
||||||
inline scalar& pc();
|
inline scalar& pc();
|
||||||
|
|
||||||
|
|
||||||
// Edit
|
// Edit
|
||||||
|
|
||||||
//- Return access to initial mass
|
//- Return access to initial particle mass [kg]
|
||||||
inline scalar& mass0();
|
inline scalar& mass0();
|
||||||
|
|
||||||
//- Return access to mass fractions of mixture
|
//- Return access to mass fractions of mixture []
|
||||||
inline scalarField& Y();
|
inline scalarField& Y();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user