From ca31aaec322f52be8efd1d1107646f42ce67384c Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 18 Dec 2014 12:36:58 +0000 Subject: [PATCH] Improved member function documentation Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1285 --- .../Templates/ReactingParcel/ReactingParcel.H | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.H b/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.H index 7ee7d36e73..1a2d9bf065 100644 --- a/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.H +++ b/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.H @@ -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-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -308,25 +308,25 @@ public: // Access - //- Return const access to initial mass + //- Return const access to initial particle mass [kg] 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; - //- Return the owner cell pressure + //- Return the owner cell pressure [Pa] inline scalar pc() const; - //- Return reference to the owner cell pressure + //- Return reference to the owner cell pressure [Pa] inline scalar& pc(); // Edit - //- Return access to initial mass + //- Return access to initial particle mass [kg] inline scalar& mass0(); - //- Return access to mass fractions of mixture + //- Return access to mass fractions of mixture [] inline scalarField& Y();