mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -47,6 +47,7 @@ Description
|
||||
Comparison of different formulations for the numerical calculation
|
||||
of unsteady incompressible viscoelastic fluid flow.
|
||||
Adv. Appl. Math. Mech, 4, 483-502.
|
||||
DOI:10.4208/aamm.10-m1010
|
||||
\endverbatim
|
||||
|
||||
SourceFiles
|
||||
@ -78,7 +79,7 @@ class Maxwell
|
||||
|
||||
protected:
|
||||
|
||||
// Protected data
|
||||
// Protected Data
|
||||
|
||||
// Model coefficients
|
||||
|
||||
@ -153,7 +154,7 @@ public:
|
||||
) const;
|
||||
|
||||
//- Solve the turbulence equations and correct eddy-Viscosity and
|
||||
// related properties
|
||||
//- related properties
|
||||
virtual void correct();
|
||||
};
|
||||
|
||||
|
||||
@ -25,7 +25,10 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Class
|
||||
Foam::Stokes
|
||||
Foam::laminarModels::Stokes
|
||||
|
||||
Group
|
||||
grpLaminar
|
||||
|
||||
Description
|
||||
Turbulence model for Stokes flow.
|
||||
@ -127,7 +130,7 @@ public:
|
||||
virtual tmp<volScalarField> k() const;
|
||||
|
||||
//- Return the turbulence kinetic energy dissipation rate,
|
||||
// i.e. 0 for Stokes flow
|
||||
//- i.e. 0 for Stokes flow
|
||||
virtual tmp<volScalarField> epsilon() const;
|
||||
|
||||
//- Return the Reynolds stress tensor, i.e. 0 for Stokes flow
|
||||
|
||||
@ -37,9 +37,10 @@ Description
|
||||
Rheologica Acta, 9, 345-355.
|
||||
|
||||
Amoreira, L. J., & Oliveira, P. J. (2010).
|
||||
Comparison of different formulations for the numerical
|
||||
calculation of unsteady incompressible viscoelastic fluid
|
||||
flow. Adv. Appl. Math. Mech, 4, 483-502.
|
||||
Comparison of different formulations for the numerical calculation of
|
||||
unsteady incompressible viscoelastic fluid flow.
|
||||
Adv. Appl. Math. Mech, 4, 483-502.
|
||||
DOI:10.4208/aamm.10-m1010
|
||||
\endverbatim
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user