Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
6ef77804
Commit
6ef77804
authored
May 22, 2018
by
Thomas Fetzer
Browse files
[doc][lowrekepsilon] Fix documentation
parent
f1f5b754
Changes
4
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/rans/twoeq/lowrekepsilon/model.hh
View file @
6ef77804
...
...
@@ -223,4 +223,4 @@ public:
}
// end namespace
#endif
// DUMUX_LOWREKEPSILON_MODEL_HH
#endif
dumux/freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh
View file @
6ef77804
...
...
@@ -18,7 +18,7 @@
*****************************************************************************/
/*!
* \file
* \ingroup LowReK
e
psilonModel
* \ingroup LowReK
E
psilonModel
* \copydoc Dumux::LowReKepsilonResidualImpl
*/
#ifndef DUMUX_STAGGERED_LOWREKEPSILON_LOCAL_RESIDUAL_HH
...
...
@@ -36,7 +36,7 @@ template<class TypeTag, class BaseLocalResidual, DiscretizationMethod discMethod
class
LowReKEpsilonResidualImpl
;
/*!
* \ingroup LowReK
e
psilonModel
* \ingroup LowReK
E
psilonModel
* \brief Element-wise calculation of the residual for low-Reynolds k-epsilon models using the staggered discretization
*/
template
<
class
TypeTag
,
class
BaseLocalResidual
>
...
...
dumux/freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh
View file @
6ef77804
...
...
@@ -35,7 +35,7 @@ namespace Dumux
/*!
* \ingroup LowReKEpsilonModel
* \brief Volume variables for the isothermal single-phase
0-Eq.
model.
* \brief Volume variables for the isothermal single-phase
low-Re k-epsilons
model.
*/
template
<
class
Traits
,
class
NSVolumeVariables
>
class
LowReKEpsilonVolumeVariables
...
...
dumux/freeflow/rans/twoeq/lowrekepsilon/vtkoutputfields.hh
View file @
6ef77804
...
...
@@ -31,7 +31,7 @@ namespace Dumux
/*!
* \ingroup LowReKEpsilonModel
* \brief Adds vtk output fields for the
Reynolds-Averaged Navier-Stokes
model
* \brief Adds vtk output fields for the
low-Re k-epsilon turbulence
model
*/
template
<
class
FVGridGeometry
>
class
LowReKEpsilonVtkOutputFields
:
public
RANSVtkOutputFields
<
FVGridGeometry
>
...
...
@@ -39,7 +39,7 @@ class LowReKEpsilonVtkOutputFields : public RANSVtkOutputFields<FVGridGeometry>
enum
{
dim
=
FVGridGeometry
::
GridView
::
dimension
};
public:
//! Initialize the Navier-Stokes specific vtk output fields.
//! Initialize the
Reynolds-averaged
Navier-Stokes specific vtk output fields.
template
<
class
VtkOutputModule
>
static
void
init
(
VtkOutputModule
&
vtk
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment