DOC: add missing tags into Stokes.H (#1509)

STYLE: add missing comment dashes, DOI
  DOC: add DOI into WatersKing.C
This commit is contained in:
Kutalmis Bercin
2019-11-21 18:24:55 +00:00
parent 55c880b7dc
commit be235787cf
3 changed files with 12 additions and 7 deletions

View File

@ -47,6 +47,7 @@ Description
Comparison of different formulations for the numerical calculation Comparison of different formulations for the numerical calculation
of unsteady incompressible viscoelastic fluid flow. of unsteady incompressible viscoelastic fluid flow.
Adv. Appl. Math. Mech, 4, 483-502. Adv. Appl. Math. Mech, 4, 483-502.
DOI:10.4208/aamm.10-m1010
\endverbatim \endverbatim
SourceFiles SourceFiles
@ -78,7 +79,7 @@ class Maxwell
protected: protected:
// Protected data // Protected Data
// Model coefficients // Model coefficients
@ -153,7 +154,7 @@ public:
) const; ) const;
//- Solve the turbulence equations and correct eddy-Viscosity and //- Solve the turbulence equations and correct eddy-Viscosity and
// related properties //- related properties
virtual void correct(); virtual void correct();
}; };

View File

@ -25,7 +25,10 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::Stokes Foam::laminarModels::Stokes
Group
grpLaminar
Description Description
Turbulence model for Stokes flow. Turbulence model for Stokes flow.
@ -127,7 +130,7 @@ public:
virtual tmp<volScalarField> k() const; virtual tmp<volScalarField> k() const;
//- Return the turbulence kinetic energy dissipation rate, //- Return the turbulence kinetic energy dissipation rate,
// i.e. 0 for Stokes flow //- i.e. 0 for Stokes flow
virtual tmp<volScalarField> epsilon() const; virtual tmp<volScalarField> epsilon() const;
//- Return the Reynolds stress tensor, i.e. 0 for Stokes flow //- Return the Reynolds stress tensor, i.e. 0 for Stokes flow

View File

@ -37,9 +37,10 @@ Description
Rheologica Acta, 9, 345-355. Rheologica Acta, 9, 345-355.
Amoreira, L. J., & Oliveira, P. J. (2010). Amoreira, L. J., & Oliveira, P. J. (2010).
Comparison of different formulations for the numerical Comparison of different formulations for the numerical calculation of
calculation of unsteady incompressible viscoelastic fluid unsteady incompressible viscoelastic fluid flow.
flow. Adv. Appl. Math. Mech, 4, 483-502. Adv. Appl. Math. Mech, 4, 483-502.
DOI:10.4208/aamm.10-m1010
\endverbatim \endverbatim
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/