View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002719 | OpenFOAM | Patch | public | 2017-10-10 15:19 | 2017-10-10 15:27 |
Reporter | oertel59 | Assigned To | will | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Fixed in Version | dev | ||||
Summary | 0002719: Doxygen-Warning for Tenneti dragModel | ||||
Description | ...-5.x/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Tenneti/Tenneti.H:113: warning: reached end of file while inside a verbatim block! The command that should end the block seems to be missing! --> Missing \endverbatim Patch attached to this issue. | ||||
Tags | reactingEulerFoam | ||||
|
Tenneti.H (3,094 bytes)
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License This file is part of OpenFOAM. OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. Class Foam::dragModels::Tenneti Description Drag model of Tenneti et al. for monodisperse gas-particle flows obtained with particle-resolved direct numerical simulations and accounting for the effect of particle ensembles. Reference: \verbatim Tenneti, S., Garg, R., & Subramaniam, S. (2011). Drag law for monodisperse gas–solid systems using particle-resolved direct numerical simulation of flow past fixed assemblies of spheres. International Journal of Multiphase Flow, 37(9), 1072–1092. \endverbatim SourceFiles Tenneti.C \*---------------------------------------------------------------------------*/ #ifndef Tenneti_H #define Tenneti_H #include "dragModel.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // namespace Foam { class phasePair; namespace dragModels { class SchillerNaumann; /*---------------------------------------------------------------------------*\ Class Tenneti Declaration \*---------------------------------------------------------------------------*/ class Tenneti : public dragModel { // Private data //- Residual Reynolds Number const dimensionedScalar residualRe_; public: //- Runtime type information TypeName("Tenneti"); // Constructors //- Construct from a dictionary and a phase pair Tenneti ( const dictionary& dict, const phasePair& pair, const bool registerObject ); //- Destructor virtual ~Tenneti(); // Member Functions //- Drag coefficient virtual tmp<volScalarField> CdRe() const; }; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // } // End namespace dragModels } // End namespace Foam // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #endif // ************************************************************************* // |
|
Thanks. Fixed in 5.x by commit 19da9785 and in dev by 28676964. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-10 15:19 | oertel59 | New Issue | |
2017-10-10 15:19 | oertel59 | File Added: Tenneti.H | |
2017-10-10 15:19 | oertel59 | Tag Attached: reactingEulerFoam | |
2017-10-10 15:24 | will | Assigned To | => will |
2017-10-10 15:24 | will | Status | new => assigned |
2017-10-10 15:27 | will | Status | assigned => resolved |
2017-10-10 15:27 | will | Resolution | open => fixed |
2017-10-10 15:27 | will | Fixed in Version | => dev |
2017-10-10 15:27 | will | Note Added: 0008853 |