BUG: chemistryModel - updated documentation for units of dQ - mantis #1133

This commit is contained in:
andy
2014-01-30 15:01:44 +00:00
parent 1c0996478d
commit bfea976721

View File

@ -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
@ -212,7 +212,7 @@ public:
//- Return source for enthalpy equation [kg/m/s3] //- Return source for enthalpy equation [kg/m/s3]
virtual tmp<volScalarField> Sh() const; virtual tmp<volScalarField> Sh() const;
//- Return the heat release, i.e. enthalpy/sec [m2/s3] //- Return the heat release, i.e. enthalpy/sec [kg/m2/s3]
virtual tmp<volScalarField> dQ() const; virtual tmp<volScalarField> dQ() const;