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
b734631c
Commit
b734631c
authored
Dec 20, 2017
by
Kilian Weishaupt
Browse files
[navierstokesnc][vtkoutputfields] Fix docu
parent
8f821b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokesnc/vtkoutputfields.hh
View file @
b734631c
...
...
@@ -18,7 +18,8 @@
*****************************************************************************/
/*!
* \file
* \brief Adds vtk output fields specific to the NavierStokesNC model
* \ingroup NavierStokesNCModel
* \copydoc Dumux::NavierStokesNCVtkOutputFields
*/
#ifndef DUMUX_NAVIER_STOKES_NC_VTK_OUTPUT_FIELDS_HH
#define DUMUX_NAVIER_STOKES_NC_VTK_OUTPUT_FIELDS_HH
...
...
@@ -30,7 +31,7 @@ namespace Dumux
{
/*!
* \ingroup
TwoP, InputOutput
* \ingroup
NavierStokesNCModel
* \brief Adds vtk output fields specific to the NavierStokesNC model
*/
template
<
class
TypeTag
>
...
...
@@ -45,6 +46,7 @@ class NavierStokesNCVtkOutputFields : NavierStokesVtkOutputFields<TypeTag>
static
constexpr
int
phaseIdx
=
GET_PROP_VALUE
(
TypeTag
,
PhaseIdx
);
public:
//! Initialize the Navier-StokesNC 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