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
|
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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user