ENH: Added preliminary docs for RAS turbulence

This commit is contained in:
andy
2012-07-23 17:10:02 +01:00
parent 853a665aa5
commit 05dad2aa10
32 changed files with 167 additions and 23 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::LRR
Group
grpCmpRASTurbulence
Description
Launder, Reece and Rodi Reynolds-stress turbulence model for
compressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::LaunderGibsonRSTM
Group
grpCmpRASTurbulence
Description
Launder-Gibson Reynolds stress turbulence model for compressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::LaunderSharmaKE
Group
grpCmpRASTurbulence
Description
Launder and Sharma low-Reynolds k-epsilon turbulence model for
compressible and combusting flows.

View File

@ -27,7 +27,6 @@ Namespace
Description
Namespace for compressible RAS turbulence models.
Class
Foam::compressible::RASModel

View File

@ -0,0 +1,31 @@
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012 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/>.
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
\defgroup grpCmpRASTurbulence Compressible RAS turbulence
@{
This group contains compressible RAS models.
@}
\*---------------------------------------------------------------------------*/

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::RNGkEpsilon
Group
grpCmpRASTurbulence
Description
Renormalisation group k-epsilon turbulence model for compressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::SpalartAllmaras
Group
grpCmpRASTurbulence
Description
Spalart-Allmaras one-eqn mixing-length model for compressible
external flows.

View File

@ -25,6 +25,7 @@ License
\defgroup grpCmpRASBoundaryConditions RAS compressible boundary conditions
@{
\ingroup grpCmpRASTurbulence
This group contains compressible RAS turbulence model boundary conditions
@}

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::kEpsilon
Group
grpCmpRASTurbulence
Description
Standard k-epsilon turbulence model for compressible flows

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::kOmegaSST
Group
grpCmpRASTurbulence
Description
Implementation of the k-omega-SST turbulence model for compressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::laminar
Group
grpCmpRASTurbulence
Description
Dummy turbulence model for laminar compressible flow.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::compressible::RASModels::realizableKE
Group
grpCmpRASTurbulence
Description
Realizable k-epsilon turbulence model for compressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::LRR
Group
grpIcoRASTurbulence
Description
Launder, Reece and Rodi Reynolds-stress turbulence model for
incompressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::LamBremhorstKE
Group
grpIcoRASTurbulence
Description
Lam and Bremhorst low-Reynolds number k-epsilon turbulence model
for incompressible flows

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::LaunderGibsonRSTM
Group
grpIcoRASTurbulence
Description
Launder-Gibson Reynolds stress turbulence model for incompressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::LaunderSharmaKE
Group
grpIcoRASTurbulence
Description
Launder and Sharma low-Reynolds k-epsilon turbulence model for
incompressible flows.

View File

@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::LienCubicKE
Group
grpIcoRASTurbulence
Description
Lien cubic non-linear k-epsilon turbulence model for incompressible flows.

View File

@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::LienCubicKELowRe
Group
grpIcoRASTurbulence
Description
Lien cubic non-linear low-Reynolds k-epsilon turbulence models for
incompressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::LienLeschzinerLowRe
Group
grpIcoRASTurbulence
Description
Lien and Leschziner low-Reynolds k-epsilon turbulence model for
incompressible flows.

View File

@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::NonlinearKEShih
Group
grpIcoRASTurbulence
Description
Shih's quadratic non-linear k-epsilon turbulence model for
incompressible flows

View File

@ -24,6 +24,9 @@ License
Namespace
Foam::incompressible::RASModels
Group
grpIcoRASTurbulence
Description
Namespace for incompressible RAS turbulence models.

View File

@ -0,0 +1,31 @@
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012 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/>.
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
\defgroup grpIcoRASTurbulence Incompressible RAS turbulence
@{
This group contains incompressible RAS models.
@}
\*---------------------------------------------------------------------------*/

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::RNGkEpsilon
Group
grpIcoRASTurbulence
Description
Renormalisation group k-epsilon turbulence model for incompressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::SpalartAllmaras
Group
grpIcoRASTurbulence
Description
Spalart-Allmaras 1-eqn mixing-length model for incompressible external
flows.

View File

@ -25,6 +25,7 @@ License
\defgroup grpIcoRASBoundaryConditions RAS incompressible boundary conditions
@{
\ingroup grpIcoRASTurbulence
This group contains incompressible RAS turbulence model boundary conditions
@}

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::kEpsilon
Group
grpIcoRASTurbulence
Description
Standard k-epsilon turbulence model for incompressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::kOmega
Group
grpIcoRASTurbulence
Description
Standard high Reynolds-number k-omega turbulence model for
incompressible flows.

View File

@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::kOmegaSST
Group
grpIcoRASTurbulence
Description
Implementation of the k-omega-SST turbulence model for incompressible
flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::kkLOmega
Group
grpIcoRASTurbulence
Description
Low Reynolds-number k-kl-omega turbulence model for
incompressible flows.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::laminar
Group
grpIcoRASTurbulence
Description
Dummy turbulence model for laminar incompressible flow.

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::qZeta
Group
grpIcoRASTurbulence
Description
Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model
for incompressible flows

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -24,6 +24,9 @@ License
Class
Foam::incompressible::RASModels::realizableKE
Group
grpIcoRASTurbulence
Description
Realizable k-epsilon turbulence model for incompressible flows.